Table of Contents

Interface IUnaryOperator<TObject>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll

Listener for Java UnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase

public interface IUnaryOperator<TObject> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TObject

The data type associated to the event

Inherited Members
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

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