Packages

object Parser extends ParserCompanion with LowPriorityParserImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parser
  2. LowPriorityParserImplicits
  3. ParserCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[T, D0] = Parser[T] { type D = D0 }
  2. sealed abstract class Step extends Product with Serializable
    Definition Classes
    ParserCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](implicit parser: Parser[T]): Aux[T, D]

    Look for an implicit Parser[T]

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def consumed(initial: List[String], updated: List[String]): Int
    Definition Classes
    ParserCompanion
  8. def derive[CC, L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, G <: HList, H <: HList, T <: HList, R <: HList, P <: HList](implicit gen: shapeless.LabelledGeneric.Aux[CC, L], typeable: Typeable[CC], defaults: util.Default.AsOptions.Aux[CC, D], names: util.AnnotationList.Aux[Name, CC, N], valuesDesc: shapeless.Annotations.Aux[ValueDescription, CC, V], helpMessages: shapeless.Annotations.Aux[HelpMessage, CC, M], group: shapeless.Annotations.Aux[Group, CC, G], noHelp: shapeless.Annotations.Aux[Hidden, CC, H], tags: util.AnnotationList.Aux[Tag, CC, T], recurse: shapeless.Annotations.Aux[Recurse, CC, R], parser: Strict[HListParserBuilder.Aux[L, D, N, V, M, G, H, T, R, P]]): Aux[CC, P]
    Definition Classes
    LowPriorityParserImplicits
  9. implicit def either[T, D](implicit parser: Aux[T, D]): Aux[Either[Error, T], D]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. implicit def generic[CC, L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, G <: HList, H <: HList, T <: HList, R <: HList, P <: HList](implicit lowPriority: LowPriority, gen: shapeless.LabelledGeneric.Aux[CC, L], typeable: Typeable[CC], defaults: util.Default.AsOptions.Aux[CC, D], names: util.AnnotationList.Aux[Name, CC, N], valuesDesc: shapeless.Annotations.Aux[ValueDescription, CC, V], helpMessages: shapeless.Annotations.Aux[HelpMessage, CC, M], group: shapeless.Annotations.Aux[Group, CC, G], noHelp: shapeless.Annotations.Aux[Hidden, CC, H], tags: util.AnnotationList.Aux[Tag, CC, T], recurse: shapeless.Annotations.Aux[Recurse, CC, R], parser: Strict[HListParserBuilder.Aux[L, D, N, V, M, G, H, T, R, P]]): Aux[CC, P]
    Definition Classes
    LowPriorityParserImplicits
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def nil: Aux[HNil, HNil]

    An empty Parser.

    An empty Parser.

    Can be made non empty by successively calling add on it.

  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. implicit def option[T, D](implicit parser: Aux[T, D]): Aux[Option[T], D]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. implicit def toParserOps[T <: HList, D <: HList](parser: Aux[T, D]): ParserOps[T, D]
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. object Step extends Serializable
    Definition Classes
    ParserCompanion

Inherited from ParserCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped