Table of Contents

Interface ILongUnaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface ILongUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
Extension Methods

Methods

ApplyAsLong(long)

Executes the LongUnaryOperator action in the CLR

long ApplyAsLong(long o)

Parameters

o long

The input of LongUnaryOperator

Returns

long

The applyAsLong result