Class Do<T extends ACell>

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

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