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 aSelectable
that 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 aSelectable
that 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 aSelectable
using the suppliedCollection
as its elements, and the suppliedBiPredicate
as 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 aSelectable
that 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 aSelectable
that caches its results.