Class Query<T extends ACell>

java.lang.Object
Type Parameters:
T - Result type of Op
All Implemented Interfaces:
IValidated, IWriteable

public class Query<T extends ACell> extends AMultiOp<T>
Op for executing a sequence of child operations in order in query mode (no state changes) "Design is to take things apart in such a way that they can be put back together" - Rich Hickey