public static class PipelineRunner.IO<T> extends Object
Modifier and Type | Field and Description |
---|---|
Consumer<Consumer<T>> |
delayed_out |
String |
desc |
MasterStorages.MasterStorageBuilder<T> |
msb |
String |
name |
Supplier<Iterator<T>> |
src_it |
Supplier<T> |
src_s |
PipelineStep |
step |
PipelineRunner.IOType |
t |
Consumer<T> |
trg |
Class<T> |
type |
Constructor and Description |
---|
IO() |
public PipelineStep step
public PipelineRunner.IOType t
public String name
public String desc
public MasterStorages.MasterStorageBuilder<T> msb