Table of Contents

Interface IBinaryOperator<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IBinaryOperator<T> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

Inherited Members

Methods

Apply(T, T)

Executes the Function action in the CLR

T Apply(T o1, T o2)

Parameters

o1 T

The Function object

o2 T

The Function object

Returns

T

The apply T