Interface NeOperator<T>

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

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