Interface NeOperator<T>

All Superinterfaces:
AbstractLogicalOperator, EqOperator<T>, Expression, InfixOperator<Boolean>, Serializable
All Known Implementing Classes:
ImmutableNeOperator

@Immutable public interface NeOperator<T> extends EqOperator<T>