when

case class when[F[_], A](pf: PartialFunction[Request[F], A])(`evidence$1`: Monad[F])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def orElse(fail: Directive[F, Response[F]]): Directive[F, A]
def orElseF(fail: F[Response[F]]): Directive[F, A]
def orElseRes(fail: => Response[F]): Directive[F, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product