Table of Contents

Class IntSupplier

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
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

string

InitHandlers

Enable/disable handlers initialization, default is true

protected virtual bool InitHandlers { get; }

Property Value

bool

OnGetAsInt

The Func<TResult> to be executed

public virtual Func<int> OnGetAsInt { get; set; }

Property Value

Func<int>

Methods

GetAsInt()

Executes the IntSupplier action in the CLR

public virtual int GetAsInt()

Returns

int

The getAsInt result