Class

jaskell.parsec

ManyIn

Related Doc: package parsec

Permalink

case class ManyIn[E](toggle: Set[E]) extends Parsec[E, Seq[E]] with Product with Serializable

TODO

Version

1.0.0

Since

2022/05/06 00:47

Linear Supertypes
Serializable, Serializable, Product, Equals, Parsec[E, Seq[E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManyIn
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Parsec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManyIn(toggle: Set[E])

    Permalink

Value Members

  1. def !(s: State[E]): Seq[E]

    Permalink
    Definition Classes
    Parsec
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def *>[B](mb: Parsec[E, B]): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  5. def <*[_](mb: Parsec[E, _]): Parsec[E, Seq[E]]

    Permalink
    Definition Classes
    Parsec
  6. def <*>[B](f: (Seq[E]) ⇒ B): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  7. def <:>[B](f: (Seq[E]) ⇒ B): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  8. def <?>[U >: Seq[E]](message: String): Parsec[E, U]

    Permalink
    Definition Classes
    Parsec
  9. def <|>[U >: Seq[E]](parsec: Parsec[E, U]): Parsec[E, U]

    Permalink
    Definition Classes
    Parsec
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def >>[B](m: Parsec[E, B]): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  12. def >>=[B](f: (Seq[E]) ⇒ Parsec[E, B]): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  13. def ?(s: Seq[E]): Try[Seq[E]]

    Permalink
    Definition Classes
    Parsec
  14. def ?(s: State[E]): Try[Seq[E]]

    Permalink
    Definition Classes
    Parsec
  15. def apply(s: State[E]): Try[Seq[E]]

    Permalink
    Definition Classes
    ManyInParsec
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def ask(s: Seq[E]): Try[Seq[E]]

    Permalink
    Definition Classes
    Parsec
  18. def ask(s: State[E]): Try[Seq[E]]

    Permalink
    Definition Classes
    Parsec
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def flatMap[B](f: (Seq[E]) ⇒ Parsec[E, B]): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def liftA2[B, C](f: (Seq[E], B) ⇒ C): (Parsec[E, B]) ⇒ Parsec[E, C]

    Permalink
    Definition Classes
    Parsec
  25. def map[B](f: (Seq[E]) ⇒ B): Parsec[E, B]

    Permalink
    Definition Classes
    Parsec
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  29. def option(s: State[E]): Option[Seq[E]]

    Permalink
    Definition Classes
    Parsec
  30. def parse(s: State[E]): Seq[E]

    Permalink
    Definition Classes
    Parsec
  31. val parser: Parsec[E, Seq[E]]

    Permalink
  32. val self: Parsec[E, Seq[E]]

    Permalink
    Definition Classes
    Parsec
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val toggle: Set[E]

    Permalink
  35. final def wait(arg0: Long, arg1: scala.Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Parsec[E, Seq[E]]

Inherited from AnyRef

Inherited from Any

Ungrouped