Class IntSupplier
Listener for Java IntSupplier https://docs.oracle.com/javase/8/docs/api/java/util/function/IntSupplier.html. Extends JVMBridgeListener
public class IntSupplier : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntSupplier, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
IntSupplier
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
IntSupplier()
Initialize a new instance of IntSupplier
public IntSupplier()
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
OnGetAsInt
The Func<TResult> to be executed
public virtual Func<int> OnGetAsInt { get; set; }
Property Value
Methods
GetAsInt()
Executes the IntSupplier action in the CLR
public virtual int GetAsInt()
Returns
- int
The getAsInt result