Accumulator0

object Accumulator0
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

An accumulator that does nothing and returns Unit Note, this should not generally be used with repAs0 because internal allocations still happen. Instead use .rep0.void

An accumulator that does nothing and returns Unit Note, this should not generally be used with repAs0 because internal allocations still happen. Instead use .rep0.void

Implicits

Implicits

implicit val charStringAccumulator0: Accumulator0[Char, String]
implicit val intCounter0: Accumulator0[Any, Int]
implicit def listAccumulator0[A]: Accumulator0[A, List[A]]
implicit val stringAccumulator0: Accumulator0[String, String]
implicit def vectorAccumulator0[A]: Accumulator0[A, Vector[A]]