sealed abstract class Input[A] extends Structure[A]

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

Type Members

  1. final type Self[a] = Input[a]
    Definition Classes
    InputStructure

Abstract Value Members

  1. abstract def toRequest(a: A): Request
  2. abstract def unsafeFromRequestWithRemainders(request: Request): Validated[Errors, (Request, A)]
    Attributes
    protected

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. val body: Option[Schema[_]]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def const(value: => A): Self[Unit]
    Definition Classes
    Structure
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def fromRequest(request: Request): Validated[Errors, A]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def gimap[T](implicit evidence: Aux[T, A]): Self[T]
    Definition Classes
    Structure
  13. final def gvalidate[T](validation: Validation[A, T])(implicit generic: Aux[T, ::[A, HNil]]): Self[T]
    Definition Classes
    Structure
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. val headers: Headers[_]
  16. final def imap[T](f: (A) => T)(g: (T) => A): Self[T]
    Definition Classes
    Structure
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ivalidate[T](validation: Validation[A, T])(g: (T) => A): Self[T]
    Definition Classes
    Structure
  19. final def matches(request: Request): Boolean
  20. final def merge[T](implicit evidence: Aux[A, T]): Self[T]
    Definition Classes
    Structure
  21. val method: Method
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def unsafeFromRequest(request: Request): Validated[Errors, A]
  28. val url: Url[_]
  29. final def validate(validation: Validation[A, A]): Self[A]
    Definition Classes
    Structure
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def withMethod(method: Method): Input[A]
  34. final def zipHeader[T](header: Header[T]): Input[|*|[A, T]]
  35. final def zipHeaders[T](values: Headers[T]): Input[|*|[A, T]]

Deprecated Value Members

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

Inherited from Structure[A]

Inherited from AnyRef

Inherited from Any

Ungrouped