c

zio.parser

ParserOps

implicit final class ParserOps[Err, In, Value] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParserOps(self: Parser[Err, In, Value])

Value Members

  1. def <=>[Out](that: Printer[Err, Out, Value]): Syntax[Err, In, Out, Value]

    Combines this parser with that printer to get a syntax.

    Combines this parser with that printer to get a syntax.

    This operation enables the use of parser or printer-specific operators to build up fragments of a syntax. The resulting syntax can be used as a building block to create bigger syntaxes.

  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any