Table of Contents

Interface IIntBinaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll

Listener for Java IntBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/IntBinaryOperator.html. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase

public interface IIntBinaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

Methods

ApplyAsInt(int, int)

Executes the IntBinaryOperator action in the CLR

int ApplyAsInt(int o1, int o2)

Parameters

o1 int

The IntBinaryOperator object

o2 int

The IntBinaryOperator object

Returns

int

The apply result