Uses of Interface
eu.bandm.tools.util.Operators.MCons
Packages that use 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
Classes in eu.bandm.tools.util that implement Operators.MConsModifier and TypeClassDescriptionstatic classDeprecated.(package private) static classDeprecated.Fields in eu.bandm.tools.util declared as Operators.MConsModifier and TypeFieldDescriptionprotected final Operators.MCons<? super T,S> Operators.LiftedMFold.bodyMethods in eu.bandm.tools.util that return Operators.MConsModifier 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.Methods in eu.bandm.tools.util with parameters of type Operators.MConsModifier 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.Constructors in eu.bandm.tools.util with parameters of type Operators.MCons