Table of Contents

Interface IUnaryOperator<TObject>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IUnaryOperator<TObject> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TObject

The data type associated to the event

Inherited Members

Methods

Apply(TObject)

Executes the UnaryOperator action in the CLR

TObject Apply(TObject obj)

Parameters

obj TObject

The UnaryOperator object

Returns

TObject

The apply TObject