Composables by providing a fluent API to specify
common options.See: Description
| Class | Description |
|---|---|
| ComposableSpec<SPEC extends ComposableSpec<SPEC,TARGET>,TARGET> |
A helper class for specifying a bounded
Composable. |
| DeferredPromiseSpec<T> | |
| DeferredStreamSpec<T> | |
| Promises | |
| PromiseSpec<T> |
A helper class for specifying a
Promise. |
| Streams |
A public factory to build
Streams that use a SynchronousDispatcher. |
| StreamSpec<T> |
A helper class for specifying a bounded
Stream. |
Composables by providing a fluent API to specify
common options.