Class TransferState
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class TransferState
Properties
| Edit this page View SourceIsCompleted
TBD
Declaration
public abstract bool IsCompleted { get; }
Property Value
Type | Description |
---|---|
bool |
IsExecutable
TBD
Declaration
public bool IsExecutable { get; }
Property Value
Type | Description |
---|---|
bool |
IsReady
TBD
Declaration
public abstract bool IsReady { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceAnd(TransferState)
TBD
Declaration
public TransferState And(TransferState other)
Parameters
Type | Name | Description |
---|---|---|
TransferState | other | TBD |
Returns
Type | Description |
---|---|
TransferState | TBD |
Or(TransferState)
TBD
Declaration
public TransferState Or(TransferState other)
Parameters
Type | Name | Description |
---|---|---|
TransferState | other | TBD |
Returns
Type | Description |
---|---|
TransferState | TBD |