Class DoubleSupplier
Listener for Java DoubleSupplier https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleSupplier.html. Extends JVMBridgeListener
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
InitHandlers
Enable/disable handlers initialization, default is true
protected virtual bool InitHandlers { get; }
Property Value
OnGetAsDouble
The Func<TResult> to be executed
public virtual Func<double> OnGetAsDouble { get; set; }
Property Value
Methods
GetAsDouble()
Executes the DoubleSupplier action in the CLR
public virtual double GetAsDouble()
Returns
- double
The getAsBoolean result