Uses of Interface
eu.bandm.tools.util.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
Modifier and TypeFieldDescriptionprotected final Operators.ICons<? super T,
S> Operators.LiftedIFold.body
static final Operators.ICons<String,
StringBuffer> Operators.concat
Deprecated.Modifier 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.Modifier 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.