BoundedSemilattice

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final def apply[@specialized(Int, Long, Float, Double) A](ev: BoundedSemilattice[A]): BoundedSemilattice[A]

Access an implicit BoundedSemilattice[A].

Access an implicit BoundedSemilattice[A].

@inline
def instance[A](emptyValue: A, cmb: (A, A) => A): BoundedSemilattice[A]

Create a BoundedSemilattice instance from the given function and empty value.

Create a BoundedSemilattice instance from the given function and empty value.

Inherited methods

def combine[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: BoundedSemilattice[A]): A
Inherited from
SemigroupFunctions
def combineAllOption[A](as: IterableOnce[A])(ev: BoundedSemilattice[A]): Option[A]
Inherited from
SemigroupFunctions
def combineN[@specialized(Int, Long, Float, Double) A](a: A, n: Int)(ev: BoundedSemilattice[A]): A
Inherited from
SemigroupFunctions
def isCommutative[A](ev: BoundedSemilattice[A]): Boolean
Inherited from
SemigroupFunctions
def isIdempotent[A](ev: BoundedSemilattice[A]): Boolean
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: BoundedSemilattice[A]): A
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: BoundedSemilattice[A]): A
Inherited from
SemigroupFunctions