Interface IUnaryOperator<TObject>
Listener for Java UnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html. Extends IJVMBridgeBase
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
TObjectThe UnaryOperator object
Returns
- TObject
The apply
TObject