Table of Contents

Class LongUnaryOperator

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

Constructors

LongUnaryOperator()

Initialize a new instance of LongUnaryOperator

public LongUnaryOperator()

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

OnApplyAsLong

The Func<T, TResult> to be executed

public virtual Func<long, long> OnApplyAsLong { get; set; }

Property Value

Func<long, long>

Methods

ApplyAsLong(long)

Executes the LongUnaryOperator action in the CLR

public virtual long ApplyAsLong(long o)

Parameters

o long

The input of LongUnaryOperator

Returns

long

The applyAsLong result