jet
Class Function1<D1,R>

java.lang.Object
  extended by jet.DefaultJetObject
      extended by jet.Function1<D1,R>
All Implemented Interfaces:
Serializable

public abstract class Function1<D1,R>
extends DefaultJetObject

See Also:
Serialized Form

Constructor Summary
Function1()
           
 
Method Summary
abstract  R invoke(D1 d1)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Function1

public Function1()
Method Detail

invoke

public abstract R invoke(D1 d1)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.