Uses of Interface
com.google.mu.collect.Selection
Packages that use Selection
- 
Uses of Selection in com.google.mu.collect
Methods in com.google.mu.collect that return SelectionModifier and TypeMethodDescriptionstatic <T> Selection<T> Selection.all()Returns an unlimited selection of all (unspecified) choices.Returns an intersection of this selection andthat.Returns an intersection of this selection and the elements fromset.static <T> Selection<T> Selection.none()Returns an empty selection.static <T> Selection<T> Selection.nonEmptyOrAll(Collection<? extends T> choices) Converts toSelectionfrom legacy code where an empty collection means all.static <T> Selection<T> Selection.only(T... choices) Returns a selection ofchoices.Selection.Parser.parse(String string, CheckedFunction<String, ? extends T, E> elementParser) Returns an union of this selection andthat.Returns a union of this selection and the elements fromset.Methods in com.google.mu.collect that return types with arguments of type SelectionModifier and TypeMethodDescriptionSelection.toIntersection()Returns a collector that intersects the input selections.Selection.toIntersection()Returns a collector that intersects the input selections.Selection.toSelection()Returns a collector that collects input elements into a limited selection.Selection.toUnion()Returns a collector that unions the input selections.Selection.toUnion()Returns a collector that unions the input selections.Methods in com.google.mu.collect with parameters of type Selection