Table of Contents

Interface IToDoubleFunction<T>

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

Type Parameters

T

The data type associated to the event

Inherited Members

Methods

ApplyAsDouble(T)

Executes the Function action in the CLR

double ApplyAsDouble(T o)

Parameters

o T

The ToDoubleFunction object

Returns

double

The applyAsDouble result