public abstract class DefaultOperationBuilder extends Object implements OperationBuilder
Operation
objects; this class adds logical
operators to any class extending it.Constructor and Description |
---|
DefaultOperationBuilder() |
public OperationBuilder and(Operation other)
OperationBuilder
Operation
. All joined operations are guaranteed to be performed.
Operation
instances are evaluated in the order in which they are added.and
in interface OperationBuilder
Copyright © 2014 OCPsoft. All Rights Reserved.