Class/Object

unfiltered.directives

Directive

Related Docs: object Directive | package directives

Permalink

class Directive[-T, +R, +A] extends (HttpRequest[T]) ⇒ Result[R, A]

Source
Directive.scala
Linear Supertypes
(HttpRequest[T]) ⇒ Result[R, A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Directive
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Directive(run: (HttpRequest[T]) ⇒ Result[R, A])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &[TT <: T, E, B, RF](other: ⇒ Directive[TT, JoiningResponseFunction[E, RF], B])(implicit ev: <:<[R, JoiningResponseFunction[E, RF]]): FilterDirective[TT, JoiningResponseFunction[E, RF], (A, B)]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def and[TT <: T, E, B, RF](other: ⇒ Directive[TT, JoiningResponseFunction[E, RF], B])(implicit ev: <:<[R, JoiningResponseFunction[E, RF]]): FilterDirective[TT, JoiningResponseFunction[E, RF], (A, B)]

    Permalink
  6. def andThen[A](g: (Result[R, A]) ⇒ A): (HttpRequest[T]) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(request: HttpRequest[T]): Result[R, A]

    Permalink
    Definition Classes
    Directive → Function1
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ HttpRequest[T]): (A) ⇒ Result[R, A]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fail: Fail[T, R, A]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flatMap[TT <: T, RR >: R, B](f: (A) ⇒ Directive[TT, RR, B]): Directive[TT, RR, B]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. def map[TT <: T, RR >: R, B](f: (A) ⇒ B): Directive[TT, RR, B]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def orElse[TT <: T, RR >: R, B >: A](next: ⇒ Directive[TT, RR, B]): FilterDirective[TT, RR, B]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def |[TT <: T, RR >: R, B >: A](next: ⇒ Directive[TT, RR, B]): FilterDirective[TT, RR, B]

    Permalink

Inherited from (HttpRequest[T]) ⇒ Result[R, A]

Inherited from AnyRef

Inherited from Any

Ungrouped