Table of Contents

Class BooleanSupplier

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

Constructors

BooleanSupplier()

Initialize a new instance of BooleanSupplier

public BooleanSupplier()

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

OnGetAsBoolean

The Func<TResult> to be executed

public virtual Func<bool> OnGetAsBoolean { get; set; }

Property Value

Func<bool>

Methods

GetAsBoolean()

Executes the BooleanSupplier action in the CLR

public virtual bool GetAsBoolean()

Returns

bool

The getAsBoolean result