Interface IFunction<TObject, TReturn>
Listener for Java Function https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html. Extends IJVMBridgeBase
public interface IFunction<TObject, TReturn> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TObject
The data type associated to the event
TReturn
The return data type associated to the event
- Inherited Members
Methods
Apply(TObject)
Executes the Function action in the CLR
TReturn Apply(TObject obj)
Parameters
obj
TObjectThe Function object
Returns
- TReturn
The apply
TReturn