Package org.apache.pekko.http.impl.util
Class StreamUtils.CaptureTerminationOp$
java.lang.Object
org.apache.pekko.http.impl.util.StreamUtils.CaptureTerminationOp$
- All Implemented Interfaces:
- StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
- Enclosing class:
- StreamUtils
public static class StreamUtils.CaptureTerminationOp$
extends Object
implements StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StreamUtils.CaptureTerminationOp$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
CaptureTerminationOp$public CaptureTerminationOp$()
 
- 
- 
Method Details- 
strictMpublic scala.concurrent.Future<scala.runtime.BoxedUnit> strictM()- Specified by:
- strictMin interface- StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
 
- 
applypublic <T,Mat> scala.Tuple2<org.apache.pekko.stream.scaladsl.Source<T,Mat>, applyscala.concurrent.Future<scala.runtime.BoxedUnit>> (org.apache.pekko.stream.scaladsl.Source<T, Mat> source) - Specified by:
- applyin interface- StreamUtils.EntityStreamOp<scala.concurrent.Future<scala.runtime.BoxedUnit>>
 
 
-