Table of Contents

Interface IIntUnaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IIntUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

ApplyAsInt(int)

Executes the IntUnaryOperator action in the CLR

int ApplyAsInt(int o)

Parameters

o int

The input of IntUnaryOperator

Returns

int

The applyAsInt result