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