public class Pipe
extends java.lang.Object
| Constructor and Description |
|---|
Pipe()
Default empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
pipe(Source source,
Sink sink)
Start the processing of the Source to the Sink.
|