Class

cats.parse.Parser

Soft01

Related Doc: package Parser

Permalink

final class Soft01[+A] extends AnyVal

If we can parse this then that, do so, if we fail that without consuming, rewind before this without consuming. If either consume 1 or more, do not rewind

Source
Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Soft01
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Soft01(parser: Parser0[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def *>[B](that: Parser[B]): Parser[B]

    Permalink
  4. def <*[B](that: Parser[B]): Parser[A]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def between(b: Parser[Any], c: Parser[Any]): Parser[A]

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. val parser: Parser0[A]

    Permalink
  11. def surroundedBy(b: Parser[Any]): Parser[A]

    Permalink
  12. def toString(): String

    Permalink
    Definition Classes
    Any
  13. def ~[B](that: Parser[B]): Parser[(A, B)]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped