Table of Contents

Interface IBiFunction<T, U, TReturn>

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

Type Parameters

T

The data type associated to the event

U

The data type associated to the event

TReturn

The return data type associated to the event

Inherited Members

Methods

Apply(T, U)

Executes the Function action in the CLR

TReturn Apply(T o1, U o2)

Parameters

o1 T

The BiFunction object

o2 U

The BiFunction object

Returns

TReturn

The apply TReturn