Package akka.http.scaladsl.server
Class Directive.Directive0Support
- java.lang.Object
-
- scala.AnyVal
-
- akka.http.scaladsl.server.Directive.Directive0Support
-
-
Constructor Summary
Constructors Constructor Description Directive0Support(Directive<scala.runtime.BoxedUnit> underlying)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Directive<scala.runtime.BoxedUnit>
underlying()
<R> Directive<R>
wrap(scala.Function0<Directive<R>> f)
-