|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T1 - the first argument typeT2 - the second argument typeT3 - the third argument typepublic interface Runnable3<T1,T2,T3>
A ternary lambda that doesn't have a return value (relying instead on side effects).
Runnable,
Runnable1,
Runnable2,
Runnable4,
Lambda3| Method Summary | |
|---|---|
void |
run(T1 arg1,
T2 arg2,
T3 arg3)
|
| Method Detail |
|---|
void run(T1 arg1,
T2 arg2,
T3 arg3)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||