Table of Contents

Interface IToDoubleBiFunction<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IToDoubleBiFunction<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

ApplyAsDouble(T, U)

Executes the Function action in the CLR

double ApplyAsDouble(T o1, U o2)

Parameters

o1 T

The ToDoubleBiFunction object

o2 U

The ToDoubleBiFunction object

Returns

double

The applyAsDouble result