Interface ILongUnaryOperator
Listener for Java LongUnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/LongUnaryOperator.html. Extends IJVMBridgeBase
public interface ILongUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
ApplyAsLong(long)
Executes the LongUnaryOperator action in the CLR
long ApplyAsLong(long o)
Parameters
o
longThe input of LongUnaryOperator
Returns
- long
The applyAsLong result