Interface UnaryOperator

All Superinterfaces:
Expression, Serializable
All Known Subinterfaces:
IsEmptyOperator, NegOperator, NegOperatorDecimal, NegOperatorNumber, NotOperator, SizeOperator
All Known Implementing Classes:
ImmutableIsEmptyOperator, ImmutableNegOperatorDecimal, ImmutableNegOperatorNumber, ImmutableNotOperator, ImmutableSizeOperator

public interface UnaryOperator extends Expression