Uses of Interface
org.pipecraft.pipes.utils.PipeSupplier
-
Packages that use PipeSupplier Package Description org.pipecraft.pipes.async.inter org.pipecraft.pipes.sync.inter org.pipecraft.pipes.utils.multi -
-
Uses of PipeSupplier in org.pipecraft.pipes.async.inter
Constructor parameters in org.pipecraft.pipes.async.inter with type arguments of type PipeSupplier Constructor Description SyncToAsyncPipe(Collection<PipeSupplier<T>> inputPipeSuppliers, int threadCount)Constructor -
Uses of PipeSupplier in org.pipecraft.pipes.sync.inter
Constructors in org.pipecraft.pipes.sync.inter with parameters of type PipeSupplier Constructor Description ConcatPipe(PipeSupplier<T>... inputs)ConstructorConstructor parameters in org.pipecraft.pipes.sync.inter with type arguments of type PipeSupplier Constructor Description ConcatPipe(List<PipeSupplier<T>> inputs)Constructor -
Uses of PipeSupplier in org.pipecraft.pipes.utils.multi
Methods in org.pipecraft.pipes.utils.multi that return types with arguments of type PipeSupplier Modifier and Type Method Description static <T,B>
List<PipeSupplier<T>>MultiFileReaderUtils. downloadAndGetReadPipes(Collection<B> files, Bucket<B> bucket, StorageMultiFileReaderConfig<T,B> config)
-