Class ForwardOps
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class ForwardOps
Methods
| Improve this Doc View SourceTo<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, FlowShape<TIn, TOut>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, FlowShape<TIn, TOut> flow)
where TIn : TOut
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut, TMat> | ops | TBD |
FlowShape<TIn, TOut> | flow | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
TMat | TBD |
To<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, Inlet<TIn>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, Inlet<TIn> inlet)
where TIn : TOut
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut, TMat> | ops | TBD |
Inlet<TIn> | inlet | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
TMat | TBD |
To<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, SinkShape<TIn>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, SinkShape<TIn> sink)
where TIn : TOut
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut, TMat> | ops | TBD |
SinkShape<TIn> | sink | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
TMat | TBD |
To<TIn, TOut, TMat, TMat2>(GraphDsl.ForwardOps<TOut, TMat>, IGraph<SinkShape<TIn>, TMat2>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat, TMat2>(this GraphDsl.ForwardOps<TOut, TMat> ops, IGraph<SinkShape<TIn>, TMat2> sink)
where TIn : TOut
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut, TMat> | ops | TBD |
IGraph<SinkShape<TIn>, TMat2> | sink | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
TMat | TBD |
TMat2 | TBD |
To<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanInShape<TIn, TOut2> junction)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
UniformFanInShape<TIn, TOut2> | junction | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |
To<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)
TBD
Declaration
public static GraphDsl.Builder<TMat> To<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanOutShape<TIn, TOut2> junction)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
UniformFanOutShape<TIn, TOut2> | junction | TBD |
Returns
Type | Description |
---|---|
GraphDsl.Builder<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, FlowShape<TIn, TOut2>)
TBD
Declaration
public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, FlowShape<TIn, TOut2> flow)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
FlowShape<TIn, TOut2> | flow | TBD |
Returns
Type | Description |
---|---|
GraphDsl.ForwardOps<TOut2, TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |
Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, IGraph<FlowShape<TIn, TOut2>, NotUsed>)
TBD
Declaration
public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, IGraph<FlowShape<TIn, TOut2>, NotUsed> flow)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
IGraph<FlowShape<TIn, TOut2>, NotUsed> | flow | TBD |
Returns
Type | Description |
---|---|
GraphDsl.ForwardOps<TOut2, TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |
Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)
TBD
Declaration
public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanInShape<TIn, TOut2> junction)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
UniformFanInShape<TIn, TOut2> | junction | TBD |
Returns
Type | Description |
---|---|
GraphDsl.ForwardOps<TOut2, TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |
Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)
TBD
Declaration
public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanOutShape<TIn, TOut2> junction)
where TIn : TOut1
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.ForwardOps<TOut1, TMat> | ops | TBD |
UniformFanOutShape<TIn, TOut2> | junction | TBD |
Returns
Type | Description |
---|---|
GraphDsl.ForwardOps<TOut2, TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut1 | TBD |
TOut2 | TBD |
TMat | TBD |