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