ParserState

zio.parser.internal.recursive.ParserState
See theParserState companion trait
object ParserState

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object StateSelector

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait StateSelector[In]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromChunk[In](chunk: Chunk[In])(implicit stateSelector: StateSelector[In]): ParserState[In]
def fromString(source: String): ParserState[Char]