Directive

frontroute.Directive
See theDirective companion class
object Directive

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Directive.type

Members list

Value members

Concrete methods

def apply[L](f: (L => Route) => Route): Directive[L]

Implicits

Implicits

implicit def directiveOfOptionSyntax[A](underlying: Directive[Option[A]]): DirectiveOfOptionOps[A]