Table of Contents

Class IntToDoubleFunction

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

Constructors

IntToDoubleFunction()

Initialize a new instance of IntToDoubleFunction

public IntToDoubleFunction()

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 IntToDoubleFunction action in the CLR

public virtual long ApplyAsLong(int o)

Parameters

o int

The input of IntToDoubleFunction

Returns

long

The ApplyAsLong result