Select

sealed trait Select[A]

Abstracts over Single and Recurring Headers

Companion
object
class Object
trait Matchable
class Any

Type members

Types

type F[_]

Value members

Abstract methods

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

Selects this header from a list of Header.Raw

Selects this header from a list of Header.Raw

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

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

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

def toRaw1(a: A): Raw

Transform this header into a Header.Raw

Transform this header into a Header.Raw