Table of Contents

Class DoubleSupplier

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

Constructors

DoubleSupplier()

Initialize a new instance of DoubleSupplier

public DoubleSupplier()

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

OnGetAsDouble

The Func<TResult> to be executed

public virtual Func<double> OnGetAsDouble { get; set; }

Property Value

Func<double>

Methods

GetAsDouble()

Executes the DoubleSupplier action in the CLR

public virtual double GetAsDouble()

Returns

double

The getAsBoolean result