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