Class LastOrDefault<TIn>
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation.Stages
Assembly: Akka.Streams.dll
Syntax
public sealed class LastOrDefault<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
| Improve this Doc View SourceLastOrDefault(Boolean)
TBD
Declaration
public LastOrDefault(bool throwOnDefault = false)
Parameters
Type | Name | Description |
---|---|---|
Boolean | throwOnDefault | TBD |
Properties
| Improve this Doc View SourceShape
TBD
Declaration
public override SinkShape<TIn> Shape { get; }
Property Value
Type | Description |
---|---|
SinkShape<TIn> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SinkShape<TIn>, System.Threading.Tasks.Task<TIn>>.Shape
Methods
| Improve this Doc 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
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.SinkShape<TIn>, System.Threading.Tasks.Task<TIn>>.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)
|
Improve this Doc
View Source
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |