Uses of Interface
eu.bandm.tools.util.Operators.MProd
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.MProd in eu.bandm.tools.util
Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.MProd<Z, Y> Operators.compose
(Operators.MProd<? extends X, Y> f, Operators.Fun<? super X, ? extends Z> g) Deprecated.static <X,
Y> Operators.MProd<X, Y> Operators.guard
(Operators.MProd<? extends X, Y> f, Operators.Test<? super X> g) Deprecated.static <X> Operators.MProd<X,
Iterator<X>> Operators.iteratorMProd()
Deprecated.Modifier and TypeMethodDescriptionstatic <X,
Y, Z> Operators.MProd<Z, Y> Operators.compose
(Operators.MProd<? extends X, Y> f, Operators.Fun<? super X, ? extends Z> g) Deprecated.static <X,
Y> Operators.MProd<X, Y> Operators.guard
(Operators.MProd<? extends X, Y> f, Operators.Test<? super X> g) Deprecated.static <X,
S> Collection<X> Operators.munfold
(Operators.MProd<? extends X, S> f) Deprecated.static <X,
S> Collection<X> Operators.munfold
(Operators.MProd<? extends X, S> f, S state) Deprecated.static <X,
S> Iterator<X> Operators.virtualMProd
(Operators.MProd<? extends X, S> f) Deprecated.static <X,
S> Iterator<X> Operators.virtualMProd
(Operators.MProd<? extends X, S> f, S state) Deprecated.