- Companion
- class
Value members
Concrete methods
Inherited methods
def foldReduce[F[_], A, B : Monoid](a: F[A])(implicit evidence$2: Monoid[B], f: Foldable[F], r: Reducer[A, B]): B
- Inherited from
- ReducerInstances
The reducer derived from any semigroup. Not implicit because it is suboptimal for most reducer applications.
The reducer derived from any semigroup. Not implicit because it is suboptimal for most reducer applications.
- Inherited from
- ReducerInstances
def unitLazyConsReducer[C, M](u: C => M, cs: (C, => M) => M)(implicit sm: Semigroup[M]): Reducer[C, M]
- Inherited from
- ReducerInstances
Alias for scalaz.UnitReducer.apply
.
Alias for scalaz.UnitReducer.apply
.
- Inherited from
- ReducerInstances
Implicits
Inherited implicits
implicit
Collect C
s into an ilist, in order.
Collect C
s into an ilist, in order.
- Inherited from
- ReducerInstances
implicit
Collect C
s into a list, in order.
Collect C
s into a list, in order.
- Inherited from
- ReducerInstances
implicit
Collect C
s into an NonEmptyList, in order.
Collect C
s into an NonEmptyList, in order.
- Inherited from
- ReducerInstances
implicit
Collect C
s into a stream, in order.
Collect C
s into a stream, in order.
- Inherited from
- ReducerInstances
implicit
Collect C
s into a vector, in order.
Collect C
s into a vector, in order.
- Inherited from
- ReducerInstances