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