jet
Class ExtensionFunction3<E,D1,D2,D3,R>

java.lang.Object
  extended by jet.DefaultJetObject
      extended by jet.ExtensionFunction3<E,D1,D2,D3,R>
All Implemented Interfaces:
Serializable

public abstract class ExtensionFunction3<E,D1,D2,D3,R>
extends DefaultJetObject

See Also:
Serialized Form

Constructor Summary
protected ExtensionFunction3()
           
 
Method Summary
abstract  R invoke(E receiver, D1 d1, D2 d2, D3 d3)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionFunction3

protected ExtensionFunction3()
Method Detail

invoke

public abstract R invoke(E receiver,
                         D1 d1,
                         D2 d2,
                         D3 d3)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.