Uses of Interface
de.renebergelt.quiterables.Selector
Packages that use Selector
-
Uses of Selector in de.renebergelt.quiterables
Methods in de.renebergelt.quiterables with parameters of type SelectorModifier and TypeMethodDescription<TOut> Queriable<TOut>Transforms each element of the enumeration using a selector<TOut> Queriable<TOut>Queriable.selectMany(Selector<T,Iterable<TOut>> selector)Transform each element of the enumeration into another enumeration and combine all results to a single list -
Uses of Selector in de.renebergelt.quiterables.iterators
Constructors in de.renebergelt.quiterables.iterators with parameters of type SelectorModifierConstructorDescriptionCreate a new lazy select iterable which wraps the given iterableCreate a new lazy select many iterable which wraps the given iterable