|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - first computation argument typeB - second computation argument type@Applicative public interface Executable2<A,B>
Executable2s are computations that take two arguments and whose
result is a side effect, instead of a return value.
Executable2 has the same semantics that an Applicable2 of
Void return type, but is provided for ease of coding. Concrete
implementors should implement Applicable2 as well.
Recomendations for implementing| Method Summary | |
|---|---|
void |
exec(A arg0,
B arg1)
Performs a side-effect computation. |
| Method Detail |
|---|
void exec(A arg0,
B arg1)
arg0 - arg1 - Executable.exec(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||