Uses of Interface
eu.bandm.tools.util.Operators.MultiFun
Packages that use 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
Methods in eu.bandm.tools.util that return Operators.MultiFunModifier 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.Methods in eu.bandm.tools.util with parameters of type Operators.MultiFunModifier 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.