Package

unfiltered

directives

Permalink

package directives

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait Directives extends AnyRef

    Permalink
  3. class FilterDirective[-T, +R, +A] extends Directive[T, R, A]

    Permalink

    Supports filtering by requiring a handler for when success is filtered away.

    Supports filtering by requiring a handler for when success is filtered away. The onEmpty handler may produce a success or failure; typically the latter.

  4. class JoiningResponseFunction[E, A] extends ResponseFunction[A]

    Permalink
  5. class ResponseJoiner[E, A] extends JoiningResponseFunction[E, A]

    Permalink

    Convenience class, extend for a JoiningResponseFunction subclass

  6. sealed trait Result[+R, +A] extends AnyRef

    Permalink
  7. trait Syntax extends Directives

    Permalink

Value Members

  1. object Directive

    Permalink
  2. object Directives extends Directives with Syntax

    Permalink
  3. object Result

    Permalink
  4. package data

    Permalink

Ungrouped