public class FlowProcessorBuilder extends Object
| Constructor | Description |
|---|---|
FlowProcessorBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T,M,R> Flow.Processor<T,R> |
combine(Flow.Processor<T,M> processor1,
Flow.Processor<M,R> processor2) |
Combine processor.
|
public static <T,M,R> Flow.Processor<T,R> combine(Flow.Processor<T,M> processor1, Flow.Processor<M,R> processor2)
T - the type parameterM - the type parameterR - the type parameterprocessor1 - the processor 1processor2 - the processor 2Copyright © 2018. All rights reserved.