Class IntBinaryOperator
Listener for Java IntBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/IntBinaryOperator.html. Extends JVMBridgeListener
public class IntBinaryOperator : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntBinaryOperator, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
IntBinaryOperator
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
IntBinaryOperator()
Initialize a new instance of IntBinaryOperator
public IntBinaryOperator()
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
InitHandlers
Enable/disable handlers initialization, default is true
protected virtual bool InitHandlers { get; }
Property Value
OnApplyAsInt
The Func<T1, T2, TResult> to be executed
public virtual Func<int, int, int> OnApplyAsInt { get; set; }
Property Value
Methods
ApplyAsInt(int, int)
Executes the IntBinaryOperator action in the CLR
public virtual int ApplyAsInt(int o1, int o2)
Parameters
Returns
- int
The apply result