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