Packages

object ToRaw

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

Type Members

  1. trait Primitive extends AnyRef

Value Members

  1. implicit def foldablesToRaw[F[_], H](h: F[H])(implicit arg0: Foldable[F], convert: (H) ⇒ ToRaw with Primitive): ToRaw
  2. implicit def headersToRaw(h: Headers): ToRaw
  3. implicit def identityToRaw(h: ToRaw): ToRaw with Primitive
  4. implicit def keyValuesToRaw(kv: (String, String)): ToRaw with Primitive
  5. implicit def modelledHeadersToRaw[H](h: H)(implicit H: Header[H, _]): ToRaw with Primitive
  6. implicit def rawToRaw(h: Raw): ToRaw with Primitive
  7. implicit def scalaCollectionSeqToRaw[H](h: Seq[H])(implicit convert: (H) ⇒ ToRaw with Primitive): ToRaw