de.espirit.common.function
Interface UnaryProcedure<P>


public interface UnaryProcedure<P>

Simple procedure callback to be called with a type safe parameter.

Since:
4.2.416
See Also:
BinaryProcedure

Method Summary
 void invoke(P parameter)
          Procedure call of this unary function.
 

Method Detail

invoke

void invoke(P parameter)
Procedure call of this unary function.

Parameters:
parameter - the parameter for this procedure call
Since:
4.2.416


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480