|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - first argument typeF - second argument typeG - third argument typepublic interface TernaryProcedure<E,F,G>
Typed functor that takes three arguments and returns no value.
| Method Summary | |
|---|---|
void |
run(E e,
F f,
G g)
Execute this procedure with the specified arguments. |
| Method Detail |
|---|
void run(E e,
F f,
G g)
e - first argument to this executionf - second argument to this executiong - third argument to this execution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||