Table of Contents

Interface IToLongFunction<T>

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

Type Parameters

T

The data type associated to the event

Inherited Members

Methods

ApplyAsLong(T)

Executes the Function action in the CLR

long ApplyAsLong(T o)

Parameters

o T

The ToLongFunction object

Returns

long

The applyAsLong result