Packages

sealed trait Select[A] extends AnyRef

Abstracts over Single and Recurring Headers

Source
Header.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Select
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type F[_]

Abstract Value Members

  1. abstract def from(headers: List[Raw]): Option[Ior[NonEmptyList[ParseFailure], F[A]]]

    Selects this header from a list of Header.Raw

  2. abstract def toRaw(a: F[A]): NonEmptyList[Raw]

    Transform this (potentially repeating) header into a Header.Raw

  3. abstract def toRaw1(a: A): Raw

    Transform this header into a Header.Raw