Class Directive.Directive0Support

java.lang.Object
scala.AnyVal
akka.http.scaladsl.server.Directive.Directive0Support
Enclosing class:
Directive<L>

public static class Directive.Directive0Support extends scala.AnyVal
Adds helper functions to Directive0
  • Constructor Details

    • Directive0Support

      public Directive0Support(Directive<scala.runtime.BoxedUnit> underlying)
  • Method Details

    • underlying

      public Directive<scala.runtime.BoxedUnit> underlying()
    • wrap

      public <R> Directive<R> wrap(scala.Function0<Directive<R>> f)