Class FutureDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.FutureDirectives$
-
- All Implemented Interfaces:
FutureDirectives
public class FutureDirectives$ extends java.lang.Object implements FutureDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static FutureDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FutureDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.FutureDirectives
completeOrRecoverWith, onComplete, onCompleteWithBreaker, onSuccess
-
-
-
-
Field Detail
-
MODULE$
public static final FutureDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-