final class FoundOps[F[_]] extends AnyVal with LocationResponseGenerator[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FoundOps
  2. LocationResponseGenerator
  3. EntityResponseGenerator
  4. ResponseGenerator
  5. AnyVal
  6. 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

Instance Constructors

  1. new FoundOps(status: Found.type)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to any2stringadd[FoundOps[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FoundOps[F], B)
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to ArrowAssoc[FoundOps[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def apply[A](body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[F, A]): F[Response[F]]
    Definition Classes
    EntityResponseGenerator
  7. def apply(headers: Header*)(implicit F: Applicative[F]): F[Response[F]]
    Definition Classes
    EntityResponseGenerator
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ensuring(cond: (FoundOps[F]) ⇒ Boolean, msg: ⇒ Any): FoundOps[F]
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to Ensuring[FoundOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (FoundOps[F]) ⇒ Boolean): FoundOps[F]
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to Ensuring[FoundOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): FoundOps[F]
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to Ensuring[FoundOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): FoundOps[F]
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to Ensuring[FoundOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to StringFormat[FoundOps[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val status: Found.type
    Definition Classes
    FoundOpsResponseGenerator
  17. def toString(): String
    Definition Classes
    Any
  18. def [B](y: B): (FoundOps[F], B)
    Implicit
    This member is added by an implicit conversion from FoundOps[F] to ArrowAssoc[FoundOps[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def apply(location: Uri)(implicit F: Applicative[F]): F[Response[F]]
    Definition Classes
    LocationResponseGenerator
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Use apply(Location(location)) instead

Inherited from LocationResponseGenerator[F]

Inherited from EntityResponseGenerator[F]

Inherited from ResponseGenerator

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from FoundOps[F] to any2stringadd[FoundOps[F]]

Inherited by implicit conversion StringFormat from FoundOps[F] to StringFormat[FoundOps[F]]

Inherited by implicit conversion Ensuring from FoundOps[F] to Ensuring[FoundOps[F]]

Inherited by implicit conversion ArrowAssoc from FoundOps[F] to ArrowAssoc[FoundOps[F]]

Ungrouped