Packages

object Select extends LowPrio

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

Type Members

  1. type Aux[A, G[_]] = Select[A] { type F[B] = G[B] }

Value Members

  1. def fromRaw[A](h: Raw)(implicit ev: Header[A, _]): Option[Ior[ParseFailure, A]]
  2. implicit def recurringHeadersNoMerge[A](implicit h: Header[A, Recurring]): Select[A] { type F[B] = cats.data.NonEmptyList[B] }
    Definition Classes
    LowPrio
  3. implicit def recurringHeadersWithMerge[A](implicit arg0: Semigroup[A], h: Header[A, Recurring]): Select[A] { type F[B] = B }
  4. implicit def singleHeaders[A](implicit h: Header[A, Single]): Select[A] { type F[B] = B }