| SourceSingleT Method |
Create a
SourceTOut, TMat with one element.
Every connected
SinkTIn, TMat of this stream will see an individual stream consisting of one element.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Source<T, NotUsed> Single<T>(
T element
)
static member Single :
element : 'T -> Source<'T, NotUsed>
Parameters
- element
- Type: T
TBD
Type Parameters
- T
- TBD
Return Value
Type:
SourceT,
NotUsedTBD
See Also