| Class and Description |
|---|
| AtomicBlock
A block that doesn't require the previous result for it to build.
|
| Block
A block that can be added to a
Builder to be executed on the build. |
| Builder
Build up operations by adding
Blocks that can then be built. |
| CollectionBuilder
This builder will build it's blocks in what ever way the supplied
Collection implementation dictates. |
| IterableBuilder |
Copyright © 2016. All rights reserved.