net.sf.staccatocommons.defs
Interface Executable2<A,B>

Type Parameters:
A - first computation argument type
B - 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.

Author:
flbulgarelli
See Also:
Recomendations for implementing

Method Summary
 void exec(A arg0, B arg1)
          Performs a side-effect computation.
 

Method Detail

exec

void exec(A arg0,
          B arg1)
Performs a side-effect computation.

Parameters:
arg0 -
arg1 -
See Also:
Executable.exec(Object)


Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads