Class CompleteOrRecoverWithMagnet$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final CompleteOrRecoverWithMagnet$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(scala.Function0<scala.concurrent.Future<T>> future, Marshaller<T, HttpResponse> m) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
CompleteOrRecoverWithMagnet$public CompleteOrRecoverWithMagnet$()
 
- 
- 
Method Details- 
applypublic <T> CompleteOrRecoverWithMagnet apply(scala.Function0<scala.concurrent.Future<T>> future, Marshaller<T, HttpResponse> m) 
 
-