Accumulator

trait Accumulator[-A, +B]
Creates an appender given the first item to be added
This is used to build the result in Parser.repAs
Companion
object
class Object
trait Matchable
class Any
trait Accumulator0[A, B]

Value members

Methods

def newAppender(first: A): Appender[A, B]