org.apache.pekko.stream.javadsl.SubSource
See theSubSource companion class
object SubSource
- Upcast a stream of elements to a stream of supertypes of that element. Useful in combination with fan-in operators where you do not want to pay the cost of casting each element in a
map.
Attributes
- Companion
- class
- Source
- SubSource.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubSource.type
Members list
In this article