Builds a new collection by applying a function to all elements of the
outer traversable collection containing this WithFilter
instance that satisfy predicate p
and concatenating the results
Applies a function f
to all elements of the outer traversable collection containing this WithFilter
instance
that satisfy predicate p
Builds a new collection by applying a function to all elements of the
outer traversable collection containing this WithFilter
instance that satisfy predicate p
Further refines the filter for this traversable collection
A class supporting filtered operations. Instances of this class are returned by method
withFilter
.