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