Interface AbstractLogicalOperator

All Superinterfaces:
Expression, InfixOperator, Serializable
All Known Subinterfaces:
AbstractComparableRelationOperator<T>, AbstractRelationOperator<T>, EqOperator<T>, GeOperator<T>, GtOperator<T>, LeOperator<T>, LtOperator<T>, NeOperator<T>, PeriodGeOperator, PeriodGtOperator, PeriodLeOperator, PeriodLtOperator
All Known Implementing Classes:
ImmutableEqOperator, ImmutableGeOperator, ImmutableGtOperator, ImmutableLeOperator, ImmutableLtOperator, ImmutableNeOperator, ImmutablePeriodGeOperator, ImmutablePeriodGtOperator, ImmutablePeriodLeOperator, ImmutablePeriodLtOperator

public interface AbstractLogicalOperator extends InfixOperator