public abstract class DefaultOperationBuilder extends Object implements OperationBuilder
Operation objects; this class adds logical
operators to any class extending it.| Constructor and Description |
|---|
DefaultOperationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OperationBuilder |
and(Operation other)
Join this instance with another
Operation. |
public OperationBuilder and(Operation other)
OperationBuilderOperation. All joined operations are guaranteed to be performed.
Operation instances are evaluated in the order in which they are added.and in interface OperationBuilderCopyright © 2016 OCPsoft. All rights reserved.