Interface IBiFunction<T, U, TReturn>
Listener for Java BiFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html. Extends IJVMBridgeBase
public interface IBiFunction<T, U, TReturn> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TThe data type associated to the event
UThe data type associated to the event
TReturnThe return data type associated to the event
- Inherited Members
Methods
Apply(T, U)
Executes the Function action in the CLR
TReturn Apply(T o1, U o2)
Parameters
o1TThe BiFunction object
o2UThe BiFunction object
Returns
- TReturn
The apply
TReturn