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