SemigroupOps

final
class SemigroupOps[F] extends Ops[F]

Wraps a value self and provides methods related to Semigroup

trait Ops[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def mappend(other: => F): F
final
def |+|(other: => F): F
final
def (other: => F): F

Concrete fields

val self: F

Implicits

Implicits

implicit
val F: Semigroup[F]