Package akka.http.scaladsl.server.util
Class TupleOps.Join$
- java.lang.Object
-
- akka.http.scaladsl.server.util.TupleOps.LowLevelJoinImplicits
-
- akka.http.scaladsl.server.util.TupleOps.Join$
-
public static class TupleOps.Join$ extends TupleOps.LowLevelJoinImplicits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TupleOps.Join$.Fold$
-
Field Summary
Fields Modifier and Type Field Description static TupleOps.Join$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Join$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TupleOps.Join<scala.runtime.BoxedUnit,T>
join0P()
-
Methods inherited from class akka.http.scaladsl.server.util.TupleOps.LowLevelJoinImplicits
join
-
-
-
-
Field Detail
-
MODULE$
public static final TupleOps.Join$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
join0P
public <T> TupleOps.Join<scala.runtime.BoxedUnit,T> join0P()
-
-