public interface IPipeFactory
Modifier and Type | Method and Description |
---|---|
<T> IPipe<T> |
newPipe(OutputPort<? extends T> sourcePort,
InputPort<T> targetPort) |
<T> IPipe<T> |
newPipe(OutputPort<? extends T> sourcePort,
InputPort<T> targetPort,
int capacity) |
<T> IPipe<T> newPipe(OutputPort<? extends T> sourcePort, InputPort<T> targetPort)
<T> IPipe<T> newPipe(OutputPort<? extends T> sourcePort, InputPort<T> targetPort, int capacity)
Copyright © 2015–2020. All rights reserved.