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, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IDisposable, IToIntBiFunction<T, U>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TThe data type associated to the event
UThe data type associated to the event
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<JVMBridgeListener>ToIntBiFunction<T, U>
- Implements
-
IToIntBiFunction<T, U>
- Derived
- Inherited Members
-
JVMBridgeCore<JVMBridgeListener>.IsAssignableFrom(IJavaType)JVMBridgeCore<JVMBridgeListener>.IsAssignableFrom<T>()JVMBridgeCore<JVMBridgeListener>.Execute<T>(params T[])JVMBridgeCore<JVMBridgeListener>.DynBridgeClazzJVMBridgeCore<JVMBridgeListener>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeInterfaceJVMBridgeCore.IsBridgeAbstract
- 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
o1TThe ToIntBiFunction object
o2UThe ToIntBiFunction object
Returns
- int
The applyAsInt result