jet
Class Function2<D1,D2,R>

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

public abstract class Function2<D1,D2,R>
extends DefaultJetObject

See Also:
Serialized Form

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

Constructor Detail

Function2

public Function2()
Method Detail

invoke

public abstract R invoke(D1 d1,
                         D2 d2)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.