ParserInputSourceLowPri

fastparse.ParserInputSourceLowPri

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ParserInputSource.type

Members list

Concise view

Type members

Classlikes

case class FromReadable(s: Readable, bufferSize: Int) extends ParserInputSource

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def fromReadable[T](s: T)(implicit f: T => Readable): FromReadable