- Companion
- class
trait ZeroSemilatticeFunctions[[A] =>> ZeroSemilattice[A]]
trait ZeroSemigroupFunctions[[A] =>> ZeroSemilattice[A]]
class SemilatticeFunctions[[A] =>> ZeroSemilattice[A]]
class SemigroupFunctions[[A] =>> ZeroSemilattice[A]]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
def isAbsorbing[@specialized(Int, Long, Float, Double) A](a: A)(s: ZeroSemilattice[A], ev: Eq[A]): Boolean
- Inherited from
- ZeroSemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: ZeroSemilattice[A]): A
- Inherited from
- SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: ZeroSemilattice[A]): A
- Inherited from
- SemigroupFunctions