Uses of Interface
eu.bandm.tools.util.Operators.Cons
Packages that use 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
Subinterfaces of Operators.Cons in eu.bandm.tools.utilClasses in eu.bandm.tools.util that implement Operators.ConsModifier and TypeClassDescription(package private) static classDeprecated.(package private) static classOperators.LiftedFold<T,S> Deprecated.Fields in eu.bandm.tools.util declared as Operators.ConsModifier and TypeFieldDescriptionprotected final Operators.Cons<? super T,S> Operators.LiftedFold.bodyMethods in eu.bandm.tools.util that return Operators.ConsModifier 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.Methods in eu.bandm.tools.util with parameters of type Operators.ConsModifier 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.Constructors in eu.bandm.tools.util with parameters of type Operators.Cons