Packages

t

io.finch

Outputs

trait Outputs extends AnyRef

Source
Outputs.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Outputs
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Outputs to any2stringadd[Outputs] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Outputs, B)
    Implicit
    This member is added by an implicit conversion from Outputs to ArrowAssoc[Outputs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def Accepted[A]: Output[A]
  7. def BadGateway(cause: Exception): Output[Nothing]
  8. def BadRequest(cause: Exception): Output[Nothing]
  9. def Conflict(cause: Exception): Output[Nothing]
  10. def Created[A](a: A): Output[A]
  11. def EnhanceYourCalm(cause: Exception): Output[Nothing]
  12. def Forbidden(cause: Exception): Output[Nothing]
  13. def GatewayTimeout(cause: Exception): Output[Nothing]
  14. def Gone(cause: Exception): Output[Nothing]
  15. def InsufficientStorage(cause: Exception): Output[Nothing]
  16. def InternalServerError(cause: Exception): Output[Nothing]
  17. def LengthRequired(cause: Exception): Output[Nothing]
  18. def MethodNotAllowed(cause: Exception): Output[Nothing]
  19. def NoContent[A]: Output[A]
  20. def NotAcceptable(cause: Exception): Output[Nothing]
  21. def NotFound(cause: Exception): Output[Nothing]
  22. def NotImplemented(cause: Exception): Output[Nothing]
  23. def Ok[A](a: A): Output[A]
  24. def PaymentRequired(cause: Exception): Output[Nothing]
  25. def PreconditionFailed(cause: Exception): Output[Nothing]
  26. def RequestEntityTooLarge(cause: Exception): Output[Nothing]
  27. def RequestTimeout(cause: Exception): Output[Nothing]
  28. def RequestedRangeNotSatisfiable(cause: Exception): Output[Nothing]
  29. def ServiceUnavailable(cause: Exception): Output[Nothing]
  30. def TooManyRequests(cause: Exception): Output[Nothing]
  31. def Unauthorized(cause: Exception): Output[Nothing]
  32. def UnprocessableEntity(cause: Exception): Output[Nothing]
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def ensuring(cond: (Outputs) ⇒ Boolean, msg: ⇒ Any): Outputs
    Implicit
    This member is added by an implicit conversion from Outputs to Ensuring[Outputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: (Outputs) ⇒ Boolean): Outputs
    Implicit
    This member is added by an implicit conversion from Outputs to Ensuring[Outputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: Boolean, msg: ⇒ Any): Outputs
    Implicit
    This member is added by an implicit conversion from Outputs to Ensuring[Outputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: Boolean): Outputs
    Implicit
    This member is added by an implicit conversion from Outputs to Ensuring[Outputs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Outputs to StringFormat[Outputs] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def [B](y: B): (Outputs, B)
    Implicit
    This member is added by an implicit conversion from Outputs to ArrowAssoc[Outputs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Outputs to any2stringadd[Outputs]

Inherited by implicit conversion StringFormat from Outputs to StringFormat[Outputs]

Inherited by implicit conversion Ensuring from Outputs to Ensuring[Outputs]

Inherited by implicit conversion ArrowAssoc from Outputs to ArrowAssoc[Outputs]

Ungrouped