|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.DefaultJetObject
jet.Function2<D1,D2,R>
public abstract class Function2<D1,D2,R>
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 |
---|
public Function2()
Method Detail |
---|
public abstract R invoke(D1 d1, D2 d2)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |