ZeroSemilatticeFunctions

trait ZeroSemilatticeFunctions[S <: ([T] =>> ZeroSemilattice[T])] extends SemilatticeFunctions[S] with ZeroSemigroupFunctions[S]
class SemilatticeFunctions[S]
class SemigroupFunctions[S]
class Object
trait Matchable
class Any

Value members

Inherited methods

def absorbing[@specialized(Int, Long, Float, Double) A](ev: S[A]): A
def asJoinPartialOrder[A](s: S[A], ev: Eq[A]): PartialOrder[A]
Inherited from
SemilatticeFunctions
def asMeetPartialOrder[A](s: S[A], ev: Eq[A]): PartialOrder[A]
Inherited from
SemilatticeFunctions
def combine[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: S[A]): A
Inherited from
SemigroupFunctions
def combineAllOption[A](as: IterableOnce[A])(ev: S[A]): Option[A]
Inherited from
SemigroupFunctions
def combineN[@specialized(Int, Long, Float, Double) A](a: A, n: Int)(ev: S[A]): A
Inherited from
SemigroupFunctions
def isAbsorbing[@specialized(Int, Long, Float, Double) A](a: A)(s: S[A], ev: Eq[A]): Boolean
def isCommutative[A](ev: S[A]): Boolean
Inherited from
SemigroupFunctions
def isIdempotent[A](ev: S[A]): Boolean
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: S[A]): A
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: S[A]): A
Inherited from
SemigroupFunctions