Object/Class

no.scalabin.http4s.directives

Directive

Related Docs: class Directive | package directives

Permalink

object Directive extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Directive
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Filter[F[_]](result: Boolean, failure: F[Response[F]]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. object commit

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def error[F[_], A](error: ⇒ Response[F])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  10. def errorF[F[_], A](f: F[Response[F]])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  11. def failure[F[_], A](failure: ⇒ Response[F])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  12. def failureF[F[_], A](f: F[Response[F]])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getOrElse[F[_], A](opt: Option[A], orElse: ⇒ F[Response[F]])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  16. def getOrElseF[F[_], A](opt: F[Option[A]], orElse: ⇒ F[Response[F]])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def liftF[F[_], A](f: F[A])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  20. implicit def monad[F[_]](implicit arg0: Monad[F]): Monad[[A]Directive[F, A]]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def pure[F[_], A](a: ⇒ A)(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  25. def request[F[_]](implicit arg0: Monad[F]): Directive[F, Request[F]]

    Permalink
  26. def result[F[_], A](result: ⇒ Result[F, A])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  27. def success[F[_], A](success: ⇒ A)(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  28. def successF[F[_], A](f: F[A])(implicit arg0: Monad[F]): Directive[F, A]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped