Table of Contents

Class IntToLongFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class IntToLongFunction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntToLongFunction, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
IntToLongFunction
Implements
Derived
Inherited Members
Extension Methods

Constructors

IntToLongFunction()

Initialize a new instance of IntToLongFunction

public IntToLongFunction()

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

InitHandlers

Enable/disable handlers initialization, default is true

protected virtual bool InitHandlers { get; }

Property Value

bool

OnApplyAsLong

The Func<T, TResult> to be executed

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

Property Value

Func<int, long>

Methods

ApplyAsLong(int)

Executes the IntToLongFunction action in the CLR

public virtual long ApplyAsLong(int o)

Parameters

o int

The input of IntToLongFunction

Returns

long

The applyAsLong result