Table of Contents

Interface IToLongBiFunction<T, U>

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

Type Parameters

T

The data type associated to the event

U

The data type associated to the event

Inherited Members

Methods

ApplyAsLong(T, U)

Executes the Function action in the CLR

long ApplyAsLong(T o1, U o2)

Parameters

o1 T

The ToLongBiFunction object

o2 U

The ToLongBiFunction object

Returns

long

The applyAsLong result