Class TrueLiteralExpression<T>
- java.lang.Object
-
- org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode<T,R>
-
- org.apache.qpid.server.query.engine.parsing.expression.literal.ConstantExpression<T,Boolean>
-
- org.apache.qpid.server.query.engine.parsing.expression.literal.TrueLiteralExpression<T>
-
- Type Parameters:
T- Input parameter type
- All Implemented Interfaces:
Function<T,Boolean>,Predicate<T>,Supplier<Boolean>,Expression<T,Boolean>,ExpressionNode<T,Boolean>
public class TrueLiteralExpression<T> extends ConstantExpression<T,Boolean> implements Predicate<T>
Holds a TRUE boolean value.
-
-
Field Summary
-
Fields inherited from class org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode
_metadata
-
-
Constructor Summary
Constructors Constructor Description TrueLiteralExpression()Constructor stores value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(T value)Returns TRUE-
Methods inherited from class org.apache.qpid.server.query.engine.parsing.expression.literal.ConstantExpression
apply, get, getAlias, of, of, toString
-
Methods inherited from class org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode
containsAggregation, ctx, evaluateChild, getAggregations, getChild, getChildren, getParent, isAccessor, isInstantlyEvaluable, setAlias, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.qpid.server.query.engine.parsing.expression.Expression
andThen
-
-