|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.DefaultJetObject
jet.Function3<D1,D2,D3,R>
public abstract class Function3<D1,D2,D3,R>
Constructor Summary | |
---|---|
Function3()
|
Method Summary | |
---|---|
abstract R |
invoke(D1 d1,
D2 d2,
D3 d3)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Function3()
Method Detail |
---|
public abstract R invoke(D1 d1, D2 d2, D3 d3)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |