Uses of Class
eu.bandm.tools.util.Operators.LiftedMapSet
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.LiftedMapSet in eu.bandm.tools.util
Modifier and TypeMethodDescription(package private) static <X,
Y, Z> Operators.LiftedMapSet<X, Z> OperatorsFusion.FunPatterns.fusion
(Operators.LiftedMapSet<? super X, ? extends Y> f, Operators.LiftedMapSet<? super Y, ? extends Z> g) Modifier and TypeMethodDescription(package private) static <X,
Y, Z> Operators.LiftedIFold<X, Z> OperatorsFusion.FunPatterns.fusion
(Operators.LiftedMapSet<? super X, ? extends Y> f, Operators.LiftedIFold<? super Y, Z> g) (package private) static <X,
Y, Z> Operators.LiftedMapSet<X, Z> OperatorsFusion.FunPatterns.fusion
(Operators.LiftedMapSet<? super X, ? extends Y> f, Operators.LiftedMapSet<? super Y, ? extends Z> g)