Interface InfixOperator<T>

Type Parameters:
T - expressions evaluates value type
All Superinterfaces:
Expression, Serializable
All Known Subinterfaces:
AbstractComparableRelationOperator<T>, AbstractLogicalOperator, AbstractRelationOperator<T>, DateMinusDateOperator, DateMinusPeriodOperator, DatePlusPeriodOperator, EqOperator<T>, GeOperator<T>, GtOperator<T>, InOperator, LeOperator<T>, LtOperator<T>, MatchesOperator, NeOperator<T>, PeriodGeOperator, PeriodGtOperator, PeriodLeOperator, PeriodLtOperator, TimeMinusDurationOperator, TimeMinusTimeOperator, TimePlusDurationOperator
All Known Implementing Classes:
ImmutableDateMinusDateOperator, ImmutableDateMinusPeriodOperator, ImmutableDatePlusPeriodOperator, ImmutableEqOperator, ImmutableGeOperator, ImmutableGtOperator, ImmutableInOperator, ImmutableLeOperator, ImmutableLtOperator, ImmutableMatchesOperator, ImmutableNeOperator, ImmutablePeriodGeOperator, ImmutablePeriodGtOperator, ImmutablePeriodLeOperator, ImmutablePeriodLtOperator, ImmutableTimeMinusDurationOperator, ImmutableTimeMinusTimeOperator, ImmutableTimePlusDurationOperator

public interface InfixOperator<T> extends Expression
Represents operator between two expressions.