ParameterType - parameter typeReturnType - return typepublic interface Function<ParameterType,ReturnType>
| Modifier and Type | Method and Description |
|---|---|
ReturnType |
execute(ParameterType parameter)
Executes the function.
|
ReturnType execute(ParameterType parameter)
parameter - the parameter of the function.Copyright © 2012 bbv Software Services AG. All Rights Reserved.