Class ToIntBiFunction<T, U>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToIntBiFunction.html. Extends ToIntBiFunction
public class ToIntBiFunction<T, U> : ToIntBiFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IToIntBiFunction<T, U>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data type associated to the event
U
The data type associated to the event
- Inheritance
-
ToIntBiFunction<T, U>
- Implements
-
IToIntBiFunction<T, U>
- Derived
- Inherited Members
- Extension Methods
Constructors
ToIntBiFunction()
Initialize a new instance of ToIntBiFunction<T, U>
public ToIntBiFunction()
Properties
OnApplyAsInt
The Func<T1, T2, TResult> to be executed
public virtual Func<T, U, int> OnApplyAsInt { get; set; }
Property Value
Methods
ApplyAsInt(T, U)
Executes the Function action in the CLR
public virtual int ApplyAsInt(T o1, U o2)
Parameters
o1
TThe ToIntBiFunction object
o2
UThe ToIntBiFunction object
Returns
- int
The applyAsInt result