public final class JavaStreamSource<T,S extends java.util.stream.BaseStream<T,S>> extends GraphStage<SourceShape<T>>
| Constructor and Description |
|---|
JavaStreamSource(scala.Function0<java.util.stream.BaseStream<T,S>> open) |
| Modifier and Type | Method and Description |
|---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Outlet<T> |
out() |
SourceShape<T> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
createLogicAndMaterializedValueinitialAttributes, module, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttributes, async, namedpublic SourceShape<T> shape()
Graphpublic GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<SourceShape<T>>