jet
Class KMemberFunctionImpl0<T,R>

java.lang.Object
  extended by jet.DefaultJetObject
      extended by jet.KMemberFunctionImpl0<T,R>
All Implemented Interfaces:
java.io.Serializable, ExtensionFunction0<T,R>, KMemberFunction0<T,R>

public abstract class KMemberFunctionImpl0<T,R>
extends DefaultJetObject
implements KMemberFunction0<T,R>

See Also:
Serialized Form

Constructor Summary
KMemberFunctionImpl0()
           
 
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.ExtensionFunction0
invoke
 

Constructor Detail

KMemberFunctionImpl0

public KMemberFunctionImpl0()
Method Detail

toString

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