Table of Contents

Class ToLongFunction<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class ToLongFunction<T> : ToLongFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IToLongFunction<T>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

Inheritance
ToLongFunction<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ToLongFunction()

Initialize a new instance of ToLongFunction<T>

public ToLongFunction()

Properties

OnApplyAsLong

The Func<T, TResult> to be executed

public virtual Func<T, long> OnApplyAsLong { get; set; }

Property Value

Func<T, long>

Methods

ApplyAsLong(T)

Executes the Function action in the CLR

public virtual long ApplyAsLong(T o)

Parameters

o T

The ToLongFunction object

Returns

long

The applyAsLong result