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