Interface IToIntBiFunction<T, U>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToIntBiFunction.html. Extends IJVMBridgeBase
public interface IToIntBiFunction<T, U> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data type associated to the event
U
The data type associated to the event
- Inherited Members
Methods
ApplyAsInt(T, U)
Executes the Function action in the CLR
int ApplyAsInt(T o1, U o2)
Parameters
o1
TThe ToIntBiFunction object
o2
UThe ToIntBiFunction object
Returns
- int
The applyAsInt result