public abstract class BinarySpecification extends ExpressionSpecification
| Modifier and Type | Field and Description |
|---|---|
protected Iterable<Specification<Composite>> |
operands |
| Modifier | Constructor and Description |
|---|---|
protected |
BinarySpecification(Iterable<Specification<Composite>> operands) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Specification<Composite>> |
operands() |
and, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsatisfiedByprotected final Iterable<Specification<Composite>> operands
protected BinarySpecification(Iterable<Specification<Composite>> operands)
public Iterable<Specification<Composite>> operands()