Uses of Interface
eu.bandm.tools.util.Operators.ICons
Packages that use Operators.ICons
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.ICons in eu.bandm.tools.util
Fields in eu.bandm.tools.util declared as Operators.IConsModifier and TypeFieldDescriptionprotected final Operators.ICons<? super T,S> Operators.LiftedIFold.bodystatic final Operators.ICons<String,StringBuffer> Operators.concatDeprecated.Methods in eu.bandm.tools.util that return Operators.IConsModifier and TypeMethodDescriptionstatic <X> Operators.ICons<X,Boolean> Operators.allICons(Operators.Test<? super X> f) Deprecated.static <X> Operators.ICons<X,Boolean> Operators.anyICons(Operators.Test<? super X> f) Deprecated.static <X,Y, Z> Operators.ICons<X, Z> Operators.compose(Operators.Fun<? super X, ? extends Y> f, Operators.ICons<? super Y, Z> g) Deprecated.static Operators.ICons<String,StringBuffer> Deprecated.static <X,Y> Operators.ICons<X, Y> Operators.guard(Operators.Test<? super X> f, Operators.ICons<? super X, Y> g) Deprecated.static <X,Y> Operators.ICons<X, Y> Operators.toICons(Operators.Cons<? super X, Y> f, Y state) Deprecated.static <X,Y> Operators.ICons<X, Y> Operators.toICons(Operators.MCons<? super X, Y> f) Deprecated.Methods in eu.bandm.tools.util with parameters of type Operators.IConsModifier and TypeMethodDescriptionstatic <X,Y, Z> Operators.ICons<X, Z> Operators.compose(Operators.Fun<? super X, ? extends Y> f, Operators.ICons<? super Y, Z> g) Deprecated.static <T,S> Operators.Fun<Collection<T>, S> Operators.fold(Operators.ICons<? super T, S> f) Deprecated.static <X,Y> Y Operators.fold(Operators.ICons<? super X, Y> f, Iterable<? extends X> c) Deprecated.static <X,Y> Operators.ICons<X, Y> Operators.guard(Operators.Test<? super X> f, Operators.ICons<? super X, Y> g) Deprecated.static <X,Y> Operators.Fun<X, Y> Operators.toFun(Operators.ICons<? super X, Y> f) Deprecated.static <X,Y> Operators.MCons<X, Y> Operators.toMCons(Operators.ICons<? super X, Y> f) Deprecated.Constructors in eu.bandm.tools.util with parameters of type Operators.ICons