Uses of Interface
org.pipecraft.pipes.utils.PipeFactory
-
Packages that use PipeFactory Package Description org.pipecraft.pipes.async.inter org.pipecraft.pipes.sync.inter -
-
Uses of PipeFactory in org.pipecraft.pipes.async.inter
Constructors in org.pipecraft.pipes.async.inter with parameters of type PipeFactory Constructor Description AsyncFlexibleMapPipe(AsyncPipe<S> input, PipeFactory<S,? extends T> factory)constructor -
Uses of PipeFactory in org.pipecraft.pipes.sync.inter
Constructors in org.pipecraft.pipes.sync.inter with parameters of type PipeFactory Constructor Description FlexibleMapPipe(Pipe<S> input, PipeFactory<S,? extends T> factory)Constructor
-