Table of Contents

Class LongFunction<TReturn>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class LongFunction<TReturn> : LongFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, ILongFunction<TReturn>, IFunction<long, TReturn>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TReturn

The return data type associated to the event

Inheritance
LongFunction<TReturn>
Implements
ILongFunction<TReturn>
IFunction<long, TReturn>
Derived
Inherited Members
Extension Methods

Constructors

LongFunction()

Initialize a new instance of Function<TObject, TReturn>

public LongFunction()

Properties

OnApply

The Func<T, TResult> to be executed

public virtual Func<long, TReturn> OnApply { get; set; }

Property Value

Func<long, TReturn>

Methods

Apply(long)

Executes the Function action in the CLR

public virtual TReturn Apply(long obj)

Parameters

obj long

The Function object

Returns

TReturn

The apply TReturn