Package org.apache.pekko.stream.javadsl
Class SubSource$
java.lang.Object
org.apache.pekko.stream.javadsl.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.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubSource$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SubSource$
public SubSource$()
-
-
Method Details
-
upcast
-