Table of Contents

Interface IIntBinaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IIntBinaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

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