jet
Class KFunctionImpl2<P1,P2,R>

java.lang.Object
  extended by jet.DefaultJetObject
      extended by jet.KFunctionImpl2<P1,P2,R>
All Implemented Interfaces:
java.io.Serializable, Function2<P1,P2,R>, KFunction2<P1,P2,R>

public abstract class KFunctionImpl2<P1,P2,R>
extends DefaultJetObject
implements KFunction2<P1,P2,R>

See Also:
Serialized Form

Constructor Summary
KFunctionImpl2()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jet.Function2
invoke
 

Constructor Detail

KFunctionImpl2

public KFunctionImpl2()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object