Class CompleteOrRecoverWithMagnet$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet$
-
public class CompleteOrRecoverWithMagnet$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CompleteOrRecoverWithMagnet$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CompleteOrRecoverWithMagnet$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> CompleteOrRecoverWithMagnet
apply(scala.Function0<scala.concurrent.Future<T>> future, Marshaller<T,HttpResponse> m)
-
-
-
Field Detail
-
MODULE$
public static final CompleteOrRecoverWithMagnet$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> CompleteOrRecoverWithMagnet apply(scala.Function0<scala.concurrent.Future<T>> future, Marshaller<T,HttpResponse> m)
-
-