Uses of Interface
eu.bandm.tools.util.Operators.Cons
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.Cons in eu.bandm.tools.util
Modifier and TypeClassDescription(package private) static class
Deprecated.(package private) static class
Operators.LiftedFold<T,
S> Deprecated.Modifier and TypeFieldDescriptionprotected final Operators.Cons<? super T,
S> Operators.LiftedFold.body
Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.Cons<X, Z> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Cons<? super Y, Z> g) Deprecated.static <X,
Y, Z> Operators.Cons<X, Z> OperatorsFusion.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Cons<? super Y, Z> g) Deprecated.static <X,
Y> Operators.Cons<X, Y> Operators.constantICons
(Y state) Deprecated.static <X,
S> Operators.Cons<Collection<X>, S> Operators.fold
(Operators.Cons<? super X, S> f) Deprecated.static <X,
Y> Operators.Cons<X, Y> Operators.guard
(Operators.Test<? super X> f, Operators.Cons<? super X, Y> g) Deprecated.static <X,
Y> Operators.Cons<X, Y> Operators.identityCons()
Deprecated.Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.Cons<X, Z> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Cons<? super Y, Z> g) Deprecated.static <X,
Y, Z> Operators.Cons<X, Z> OperatorsFusion.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Cons<? super Y, Z> g) Deprecated.static <X,
S> Operators.Cons<Collection<X>, S> Operators.fold
(Operators.Cons<? super X, S> f) Deprecated.static <X,
Y> Y Operators.fold
(Operators.Cons<? super X, Y> f, Iterable<? extends X> c, Y state) Deprecated.static <X,
Y> Operators.Cons<X, Y> Operators.guard
(Operators.Test<? super X> f, Operators.Cons<? 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.MCons<X, Y> Operators.toMCons
(Operators.Cons<? super X, Y> f) Deprecated.