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