Table of Contents

Interface ILongBinaryOperator

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

Methods

ApplyAsLong(long, long)

Executes the LongBinaryOperator action in the CLR

long ApplyAsLong(long o1, long o2)

Parameters

o1 long

The LongBinaryOperator object

o2 long

The LongBinaryOperator object

Returns

long

The apply result