Package

org.http4s.internal

parboiled2

Permalink

package parboiled2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parboiled2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DynamicRuleDispatch[P <: Parser, L <: HList] extends AnyRef

    Permalink

    Runs one of the rules of a parser instance of type P given the rules name.

    Runs one of the rules of a parser instance of type P given the rules name. The rule must have type RuleN[L].

  2. trait DynamicRuleHandler[P <: Parser, L <: HList] extends DeliveryScheme[L]

    Permalink

    An application needs to implement this interface to receive the result of a dynamic parsing run.

    An application needs to implement this interface to receive the result of a dynamic parsing run. Often times this interface is directly implemented by the Parser class itself (even though this is not a requirement).

  3. type PopRule[-L <: HList] = Rule[L, HNil]

    Permalink
  4. type Rule0 = Rule[HNil, HNil]

    Permalink
  5. type Rule1[+T] = Rule[HNil, ::[T, HNil]]

    Permalink
  6. type Rule2[+A, +B] = Rule[HNil, ::[A, ::[B, HNil]]]

    Permalink
  7. type RuleN[+L <: HList] = Rule[HNil, L]

    Permalink

Value Members

  1. object Base64Parsing

    Permalink
  2. object DynamicRuleDispatch

    Permalink
  3. val EOI: Char

    Permalink
  4. val EmptyArray: Array[Any]

    Permalink
  5. val ISO-8859-1: Charset

    Permalink
  6. val UTF8: Charset

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped