jet
Class Function0<R>

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

public abstract class Function0<R>
extends DefaultJetObject

A function with no arguments

See Also:
Serialized Form

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

Constructor Detail

Function0

public Function0()
Method Detail

invoke

public abstract R invoke()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.