Class ReverseOps
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class ReverseOps
Methods
| Edit this page View SourceFrom<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, FlowShape<TIn, TOut>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, FlowShape<TIn, TOut> flow) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, 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 |
From<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, IGraph<SourceShape<TOut>, TMat>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, IGraph<SourceShape<TOut>, TMat> source) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| IGraph<SourceShape<TOut>, TMat> | source | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.Builder<TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
From<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, Outlet<TOut>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, Outlet<TOut> outlet) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| Outlet<TOut> | outlet | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.Builder<TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
From<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, SourceShape<TOut>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, SourceShape<TOut> source) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| SourceShape<TOut> | source | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.Builder<TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
From<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, UniformFanInShape<TIn, TOut>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, UniformFanInShape<TIn, TOut> junction) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| UniformFanInShape<TIn, TOut> | junction | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.Builder<TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
From<TIn, TOut1, TOut2, TMat>(ReverseOps<TIn, TMat>, UniformFanOutShape<TOut1, TOut2>)
TBD
Declaration
public static GraphDsl.Builder<TMat> From<TIn, TOut1, TOut2, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, UniformFanOutShape<TOut1, TOut2> junction) where TIn : TOut2
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| UniformFanOutShape<TOut1, 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, TOut, TMat>(ReverseOps<TIn, TMat>, UniformFanInShape<TIn, TOut>)
TBD
Declaration
public static GraphDsl.ReverseOps<TIn, TMat> Via<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, UniformFanInShape<TIn, TOut> junction) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| UniformFanInShape<TIn, TOut> | junction | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
Via<TIn, TOut, TMat>(ReverseOps<TIn, TMat>, UniformFanOutShape<TIn, TOut>)
TBD
Declaration
public static GraphDsl.ReverseOps<TIn, TMat> Via<TIn, TOut, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, UniformFanOutShape<TIn, TOut> junction) where TIn : TOut
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| UniformFanOutShape<TIn, TOut> | junction | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| TMat | TBD |
Via<TIn, TOut1, TOut2, TMat>(ReverseOps<TIn, TMat>, FlowShape<TOut1, TOut2>)
TBD
Declaration
public static GraphDsl.ReverseOps<TOut1, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, FlowShape<TOut1, TOut2> flow) where TIn : TOut2
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| FlowShape<TOut1, TOut2> | flow | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.ReverseOps<TOut1, TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut1 | TBD |
| TOut2 | TBD |
| TMat | TBD |
Via<TIn, TOut1, TOut2, TMat>(ReverseOps<TIn, TMat>, IGraph<FlowShape<TOut1, TOut2>, TMat>)
TBD
Declaration
public static GraphDsl.ReverseOps<TOut1, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ReverseOps<TIn, TMat> ops, IGraph<FlowShape<TOut1, TOut2>, TMat> flow) where TIn : TOut2
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDsl.ReverseOps<TIn, TMat> | ops | TBD |
| IGraph<FlowShape<TOut1, TOut2>, TMat> | flow | TBD |
Returns
| Type | Description |
|---|---|
| GraphDsl.ReverseOps<TOut1, TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut1 | TBD |
| TOut2 | TBD |
| TMat | TBD |
Edit this page