Uses of Class
org.pipecraft.pipes.sync.inter.FilterBasePipe
-
Packages that use FilterBasePipe Package Description org.pipecraft.pipes.sync.inter org.pipecraft.pipes.sync.inter.sample -
-
Uses of FilterBasePipe in org.pipecraft.pipes.sync.inter
Subclasses of FilterBasePipe in org.pipecraft.pipes.sync.inter Modifier and Type Class Description classFilterPipe<T>A pipe filtering an input pipe by some predicate on the pipe items. -
Uses of FilterBasePipe in org.pipecraft.pipes.sync.inter.sample
Subclasses of FilterBasePipe in org.pipecraft.pipes.sync.inter.sample Modifier and Type Class Description classExactSamplerPipe<T>A pipe sampling exactly m items of an input pipe containing n items, where n is known in advance.classPortionSamplerPipe<T>A pipe sampling about x% of the incoming items.
-