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