Package akka.http.scaladsl.server.util
Class TupleOps.Join$.Fold$
- java.lang.Object
-
- akka.http.scaladsl.server.util.TupleOps.Join$.Fold$
-
- All Implemented Interfaces:
BinaryPolyFunc
- Enclosing class:
- TupleOps.Join$
public static class TupleOps.Join$.Fold$ extends java.lang.Object implements BinaryPolyFunc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.server.util.BinaryPolyFunc
BinaryPolyFunc.Case<A,B,Op>, BinaryPolyFunc.CaseBuilder<A,B>
-
-
Field Summary
Fields Modifier and Type Field Description static TupleOps.Join$.Fold$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Fold$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,A>
BinaryPolyFunc.Case<T,A,akka.http.scaladsl.server.util.TupleOps.Join.Fold$>step(TupleOps.AppendOne<T,A> append)
-
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.util.BinaryPolyFunc
at
-
-
-
-
Field Detail
-
MODULE$
public static final TupleOps.Join$.Fold$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
step
public <T,A> BinaryPolyFunc.Case<T,A,akka.http.scaladsl.server.util.TupleOps.Join.Fold$> step(TupleOps.AppendOne<T,A> append)
-
-