Table of Contents

Class IntUnaryOperator

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

Constructors

IntUnaryOperator()

Initialize a new instance of IntUnaryOperator

public IntUnaryOperator()

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

OnApplyAsInt

The Func<T, TResult> to be executed

public virtual Func<int, int> OnApplyAsInt { get; set; }

Property Value

Func<int, int>

Methods

ApplyAsInt(int)

Executes the IntUnaryOperator action in the CLR

public virtual int ApplyAsInt(int o)

Parameters

o int

The input of IntUnaryOperator

Returns

int

The applyAsInt result