sealed abstract class Headers[A] extends Product[A]

Self Type
Headers[A]
Linear Supertypes
Product[A], Structure[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Headers
  2. Product
  3. Structure
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Element[a] = Header[a]
    Definition Classes
    HeadersProduct
  2. final type Group[a] = Headers[a]
    Definition Classes
    HeadersProduct
  3. final type Self[a] = Headers[a]
    Definition Classes
    HeadersStructure

Abstract Value Members

  1. abstract def fromStringChain(headers: Chain[(CIString, String)]): Validated[Errors, (Chain[(CIString, String)], A)]
  2. abstract def toChain: Chain[Header[_]]
  3. abstract def toStringChain(a: A): Chain[(CIString, String)]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def const(value: => A): Self[Unit]
    Definition Classes
    Structure
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def gimap[T](implicit evidence: Aux[T, A]): Self[T]
    Definition Classes
    Structure
  11. final def gvalidate[T](validation: Validation[A, T])(implicit generic: Aux[T, ::[A, HNil]]): Self[T]
    Definition Classes
    Structure
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def imap[T](f: (A) => T)(g: (T) => A): Self[T]
    Definition Classes
    Structure
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ivalidate[T](validation: Validation[A, T])(g: (T) => A): Self[T]
    Definition Classes
    Structure
  16. final def merge[T](implicit evidence: Aux[A, T]): Self[T]
    Definition Classes
    Structure
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def validate(validation: Validation[A, A]): Self[A]
    Definition Classes
    Structure
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def ximap[T](implicit evidence: Aux[T, A]): Self[T]
    Definition Classes
    Product
  27. final def zip[T](header: Header[T]): Headers[|*|[A, T]]
    Definition Classes
    HeadersProduct
  28. final def zipAll[T](headers: Headers[T]): Headers[|*|[A, T]]
    Definition Classes
    HeadersProduct
  29. final def |*|[T](element: Element[T])(implicit evidence: Merger[|*|[A, T]]): Group[Out]
    Definition Classes
    Product

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product[A]

Inherited from Structure[A]

Inherited from AnyRef

Inherited from Any

Ungrouped