ReducerOps

final
class ReducerOps[A](val self: A) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def cons[M](m: M)(implicit r: Reducer[A, M]): M

Prepend the value to a monoid for use in right-to-left reduction

Prepend the value to a monoid for use in right-to-left reduction

def snoc[C](c: C)(implicit r: Reducer[C, A]): A

Append the value to a monoid for use in left-to-right reduction

Append the value to a monoid for use in left-to-right reduction

def unit[M](implicit r: Reducer[A, M]): M

Convert the value into a monoid

Convert the value into a monoid

Concrete fields

val self: A