Select

object Select extends LowPrio
Companion
class
trait LowPrio
class Object
trait Matchable
class Any

Type members

Types

type Aux[A, G[_]] = Select[A] { type F = [B] =>> G[B]; }

Value members

Concrete methods

def fromRaw[A](h: Raw)(implicit ev: Header[A, _]): Option[Ior[ParseFailure, A]]

Implicits

Implicits

implicit def recurringHeadersWithMerge[A](implicit evidence$3: Semigroup[A], h: Header[A, Recurring]): Select[A] { type F = [B] =>> B; }
implicit def singleHeaders[A](implicit h: Header[A, Single]): Select[A] { type F = [B] =>> B; }

Inherited implicits

implicit def recurringHeadersNoMerge[A](implicit h: Header[A, Recurring]): Select[A] { type F = [B] =>> NonEmptyList[B]; }
Inherited from
LowPrio