Table of Contents

Class DoubleToLongFunction

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

Constructors

DoubleToLongFunction()

Initialize a new instance of DoubleToLongFunction

public DoubleToLongFunction()

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<double, long> OnApplyAsLong { get; set; }

Property Value

Func<double, long>

Methods

ApplyAsLong(double)

Executes the DoubleToLongFunction action in the CLR

public virtual long ApplyAsLong(double o)

Parameters

o double

The input of

Returns

long

The getAsBoolean result