Uses of Interface
org.microbean.assign.Selectable
-
Uses of Selectable in org.microbean.assign
Methods in org.microbean.assign that return SelectableModifier and TypeMethodDescriptionstatic <C,E> Selectable <C, E> Selectables.caching(Selectable<C, E> selectable) Returns aSelectablethat caches its results.static <C,E> Selectable <C, E> Selectables.caching(Selectable<C, E> selectable, BiFunction<? super C, Function<? super C, ? extends List<E>>, ? extends List<E>> f) Returns aSelectablethat caches its results.static final <C,E> Selectable <C, E> Selectables.empty()static <C,E> Selectable <C, E> Selectables.filtering(Collection<? extends E> collection, BiPredicate<? super E, ? super C> p) Returns aSelectableusing the suppliedCollectionas its elements, and the suppliedBiPredicateas its selector.Methods in org.microbean.assign with parameters of type SelectableModifier and TypeMethodDescriptionstatic <C,E> Selectable <C, E> Selectables.caching(Selectable<C, E> selectable) Returns aSelectablethat caches its results.static <C,E> Selectable <C, E> Selectables.caching(Selectable<C, E> selectable, BiFunction<? super C, Function<? super C, ? extends List<E>>, ? extends List<E>> f) Returns aSelectablethat caches its results.