| Interface | Description |
|---|---|
| FunctionCatalog | |
| FunctionFactoryMetadata<F> |
| Class | Description |
|---|---|
| FluxConsumer<T> |
Consumer implementation that wraps a target Consumer so that the target's
simple input type will be wrapped as a Flux instance. |
| FluxFunction<T,R> |
Function implementation that wraps a target Function so that the target's
simple input and output types will be wrapped as Flux instances. |
| FluxSupplier<T> |
Supplier implementation that wraps a target Supplier so that the
target's simple output type will be wrapped in a Flux instance. |
| FunctionFactoryUtils |
Miscellaneous utility operations to interrogate functional
components (beans) configured in BeanFactory.
|
| IsolatedConsumer<T> | |
| IsolatedFunction<S,T> | |
| IsolatedSupplier<T> |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.