Appender

cats.parse.Appender$
See theAppender companion trait
object Appender

Attributes

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

Members list

Value members

Concrete methods

def charStringAppender(): Appender[Char, String]

Attributes

Source
Accumulator.scala
def fromBuilder[A, B](bldr: Builder[A, B]): Appender[A, B]

Attributes

Source
Accumulator.scala
def intCounter(): Appender[Any, Int]

Attributes

Source
Accumulator.scala
def stringAppender(): Appender[String, String]

Attributes

Source
Accumulator.scala

Concrete fields

val unitAppender: Appender[Any, Unit]

Attributes

Source
Accumulator.scala