final class Unfold[S, E] extends GraphStage[SourceShape[E]]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unfold
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Shape = SourceShape[E]
Type-level accessor for the shape parameter of this graph.
Type-level accessor for the shape parameter of this graph.
- Definition Classes
- Graph
Value Members
-
def
addAttributes(attr: Attributes): Graph[SourceShape[E], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[SourceShape[E], NotUsed]
Put an asynchronous boundary around this
Graph
Put an asynchronous boundary around this
Graph
- Definition Classes
- Graph
-
def
createLogic(inheritedAttributes: Attributes): GraphStageLogic
- Definition Classes
- Unfold → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
-
def
initialAttributes: Attributes
- Definition Classes
- Unfold → GraphStageWithMaterializedValue
-
final
lazy val
module: Module
INTERNAL API.
INTERNAL API.
Every materializable element must be backed by a stream layout module
- Definition Classes
- GraphStageWithMaterializedValue → Graph
-
def
named(name: String): Graph[SourceShape[E], NotUsed]
- Definition Classes
- Graph
- val out: Outlet[E]
- val shape: SourceShape[E]
-
final
def
withAttributes(attr: Attributes): Graph[SourceShape[E], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph