| Package | Description |
|---|---|
| kr.jm.utils.flow.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
JMConcurrentTransformProcessor<T,R>
The type Jm concurrent transform processor.
|
class |
JMTransformProcessor<T,R>
The type Jm transform processor.
|
| Modifier and Type | Method and Description |
|---|---|
default <O,S extends JMTransformProcessorInterface<R,O>> |
JMTransformProcessorInterface.subscribeAndReturn(S returnSingleTransformProcessor)
Subscribe and return s.
|
| Modifier and Type | Method and Description |
|---|---|
static <I,O> JMTransformProcessorInterface<I,O> |
JMTransformProcessorBuilder.build(java.util.function.BiConsumer<I,JMSubmissionPublisher<? super O>> singlePublisherBiConsumer)
Build jm transform processor interface.
|
static <O,I extends Collection<O>> |
JMTransformProcessorBuilder.buildCollectionEach()
Build collection each jm transform processor interface.
|
static <O,I extends Collection<O>,R> |
JMTransformProcessorBuilder.buildCollectionEach(TransformerInterface<O,R> eachTransformer)
Build collection each jm transform processor interface.
|
static <T,M,R> JMTransformProcessorInterface<T,R> |
JMTransformProcessorBuilder.buildCombine(TransformerInterface<T,M> transformer1,
TransformerInterface<M,R> transformer2)
Build combine jm transform processor interface.
|
Copyright © 2018. All rights reserved.