Uses of Interface
eu.bandm.tools.util.Operators.MultiFun
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.MultiFun in eu.bandm.tools.util
Modifier and TypeMethodDescriptionstatic <X> Operators.MultiFun<X,
X> Operators.toMultiFun
(Operators.Fun<? super X, ? extends X> f) Deprecated.static <X> Operators.MultiFun<X,
X> Operators.toMultiFun
(Operators.Test<? super X> f) Deprecated.Modifier and TypeMethodDescriptionstatic <X,
Y> Collection<Y> Operators.comprehend
(Operators.MultiFun<? super X, ? extends Y> f, Collection<X> c) Deprecated.static <X,
Y> Set<Y> Operators.comprehend
(Operators.MultiFun<? super X, ? extends Y> f, Set<X> c) Deprecated.static <X,
Y> Iterable<Y> Operators.virtualComprehend
(Operators.MultiFun<? super X, ? extends Y> f, Iterable<X> c) Deprecated.static <X,
Y> Iterator<Y> Operators.virtualComprehend
(Operators.MultiFun<? super X, ? extends Y> f, Iterator<X> i) Deprecated.