Uses of Class
com.github.mizool.core.Lookup.Single
Packages that use Lookup.Single
-
Uses of Lookup.Single in com.github.mizool.core
Methods in com.github.mizool.core that return Lookup.SingleModifier and TypeMethodDescriptionLookup.Single.filter
(Predicate<Lookup.Single<T>> predicate) static <T> Lookup.Single<T>
Lookup.from
(@Nullable T start) <R> Lookup.Single<R>
Lookup.Multi.viaFirstIgnoringRemaining()
Method parameters in com.github.mizool.core with type arguments of type Lookup.SingleModifier and TypeMethodDescriptionLookup.Multi.filter
(Predicate<Lookup.Single<T>> predicate) Lookup.Single.filter
(Predicate<Lookup.Single<T>> predicate)