Table of Contents

Class IntBinaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
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

string

InitHandlers

Enable/disable handlers initialization, default is true

protected virtual bool InitHandlers { get; }

Property Value

bool

OnApplyAsInt

The Func<T1, T2, TResult> to be executed

public virtual Func<int, int, int> OnApplyAsInt { get; set; }

Property Value

Func<int, int, int>

Methods

ApplyAsInt(int, int)

Executes the IntBinaryOperator action in the CLR

public virtual int ApplyAsInt(int o1, int o2)

Parameters

o1 int

The IntBinaryOperator object

o2 int

The IntBinaryOperator object

Returns

int

The apply result