Package akka.http.scaladsl.server
Class RouteConcatenation$
- java.lang.Object
-
- akka.http.scaladsl.server.RouteConcatenation$
-
- All Implemented Interfaces:
RouteConcatenation
public class RouteConcatenation$ extends java.lang.Object implements RouteConcatenation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.server.RouteConcatenation
RouteConcatenation.RouteWithConcatenation
-
-
Field Summary
Fields Modifier and Type Field Description static RouteConcatenation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RouteConcatenation$()
-
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.RouteConcatenation
_enhanceRouteWithConcatenation, concat
-
-
-
-
Field Detail
-
MODULE$
public static final RouteConcatenation$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-