Class FirstOrDefault<TIn>
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation.Stages
Assembly: Akka.Streams.dll
Syntax
public sealed class FirstOrDefault<TIn> : GraphStageWithMaterializedValue<SinkShape<TIn>, Task<TIn>>, IGraphStageWithMaterializedValue<SinkShape<TIn>, Task<TIn>>, IGraph<SinkShape<TIn>, Task<TIn>>, IGraph<SinkShape<TIn>>
Type Parameters
Name | Description |
---|---|
TIn | TBD |
Constructors
| Edit this page View SourceFirstOrDefault(bool)
TBD
Declaration
public FirstOrDefault(bool throwOnDefault = false)
Parameters
Type | Name | Description |
---|---|---|
bool | throwOnDefault | TBD |
Properties
| Edit this page View SourceShape
TBD
Declaration
public override SinkShape<TIn> Shape { get; }
Property Value
Type | Description |
---|---|
SinkShape<TIn> |
Overrides
Methods
| Edit this page View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public override ILogicAndMaterializedValue<Task<TIn>> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<Task<TIn>> | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |