Uses of Interface
eu.bandm.tools.util.Operators.MCons
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.MCons in eu.bandm.tools.util
Modifier and TypeClassDescriptionstatic class
Deprecated.(package private) static class
Deprecated.Modifier and TypeFieldDescriptionprotected final Operators.MCons<? super T,
S> Operators.LiftedMFold.body
Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.MCons<X, Z> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.MCons<? super Y, Z> g) Deprecated.static <X> Operators.MCons<X,
X> Operators.findMCons
(Operators.Test<? super X> f) Deprecated.static <X,
Y> Operators.MCons<X, Y> Operators.guard
(Operators.Test<? super X> f, Operators.MCons<? super X, Y> g) Deprecated.static <X> Operators.MCons<X,
?> Operators.identityMCons()
Deprecated.static <X,
S> Operators.MCons<Collection<X>, S> Operators.mfold
(Operators.MCons<X, S> f) Deprecated.static <X,
Y> Operators.MCons<X, Y> Operators.toMCons
(Operators.Cons<? super X, Y> f) Deprecated.static <X,
Y> Operators.MCons<X, Y> Operators.toMCons
(Operators.ICons<? super X, Y> f) Deprecated.static <X> Operators.MCons<X,
?> Operators.zeroMCons()
Deprecated.Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.MCons<X, Z> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.MCons<? super Y, Z> g) Deprecated.static <X,
Y> Operators.MCons<X, Y> Operators.guard
(Operators.Test<? super X> f, Operators.MCons<? super X, Y> g) Deprecated.static <X,
Y> boolean Operators.mfold
(Operators.MCons<? super X, Y> f, Iterable<? extends X> c) Deprecated.static <X,
Y> boolean Operators.mfold
(Operators.MCons<? super X, Y> f, Iterable<? extends X> c, Y state) Deprecated.static <X,
S> Operators.MCons<Collection<X>, S> Operators.mfold
(Operators.MCons<X, S> f) Deprecated.static <X,
Y> Operators.ICons<X, Y> Operators.toICons
(Operators.MCons<? super X, Y> f) Deprecated.