public abstract class BinaryPredicate extends ExpressionPredicate
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Predicate<Composite>> |
operands |
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryPredicate(Collection<Predicate<Composite>> operands) |
protected final Collection<Predicate<Composite>> operands
protected BinaryPredicate(Collection<Predicate<Composite>> operands)
public Collection<Predicate<Composite>> operands()