public class PredicateExpression<T> extends AbstractDeferredExpression<java.lang.Boolean> implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Expression<?>> |
getChildren()
Has to return the children of the node.
|
int |
hashCode() |
static <T> PredicateExpression<T> |
ofSourceAndPredicate(Expression<T> source,
Expression<java.util.function.Predicate<T>> predicate) |
Expression<java.util.function.Predicate<T>> |
predicate() |
Expression<T> |
source() |
java.lang.String |
toString() |
get, isResolved
public static <T> PredicateExpression<T> ofSourceAndPredicate(Expression<T> source, Expression<java.util.function.Predicate<T>> predicate)
public java.util.List<Expression<?>> getChildren()
Node
null
getChildren
in interface Node
public Expression<T> source()
public Expression<java.util.function.Predicate<T>> predicate()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object