Uses of Class
eu.bandm.tools.util.Operators.ConstantFun
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.ConstantFun in eu.bandm.tools.util
Modifier and TypeClassDescription(package private) static class
Deprecated.Modifier and TypeMethodDescription(package private) static <X,
Y, Z> Operators.Fun OperatorsFusion.FunPatterns.leftConstant
(Operators.ConstantFun<X, Y> f, Operators.Fun<Y, Z> g) (package private) static Operators.Fun
OperatorsFusion.FunPatterns.rightConstant
(Operators.Fun f, Operators.ConstantFun g)