Interface | Description |
---|---|
BinaryFunction<R,P1,P2> |
Simple interface to create an type safe instance of an object based on two parameters.
|
BinaryProcedure<P1,P2> |
Simple procedure callback to be called with two type safe parameters.
|
Generator<R> |
Simple generator callback to generate objects of the specific type.
|
UnaryFunction<R,P> |
Simple interface to create an type safe instance of an object based on one parameter.
|
UnaryProcedure<P> |
Simple procedure callback to be called with a type safe parameter.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500