Table of Contents

Interface IDoubleFunction<TReturn>

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

Type Parameters

TReturn

The return data type associated to the event

Inherited Members

Methods

Apply(double)

Executes the DoubleFunction action in the CLR

TReturn Apply(double obj)

Parameters

obj double

The DoubleFunction object

Returns

TReturn

The apply TReturn