Packages

object ConjunctionMagnet

Source
Directive.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConjunctionMagnet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def fromDirective[L, R](other: Directive[R])(implicit join: Join[L, R]): ConjunctionMagnet[L] { type Out = akka.http.scaladsl.server.Directive[join.Out] }
  2. implicit def fromRouteGenerator[T, R <: Route](generator: (T) => R): ConjunctionMagnet[Unit] { type Out = akka.http.scaladsl.server.RouteGenerator[T] }
  3. implicit def fromStandardRoute[L](route: StandardRoute): ConjunctionMagnet[L] { type Out = akka.http.scaladsl.server.StandardRoute }