Accumulator0

cats.parse.Accumulator0$
See theAccumulator0 companion trait
object Accumulator0

Attributes

Companion
trait
Source
Accumulator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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

Attributes

Source
Accumulator.scala

Implicits

Implicits

implicit val intCounter0: Accumulator0[Any, Int]

Attributes

Source
Accumulator.scala
implicit def listAccumulator0[A]: Accumulator0[A, List[A]]

Attributes

Source
Accumulator.scala

Attributes

Source
Accumulator.scala
implicit def vectorAccumulator0[A]: Accumulator0[A, Vector[A]]

Attributes

Source
Accumulator.scala