Class UnzipWith
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class UnzipWith
Fields
| Improve this Doc View SourceInstance
The singleton instance of UnzipWith.
Declaration
public static readonly UnzipWith Instance
Field Value
Type | Description |
---|---|
UnzipWith |
Methods
| Improve this Doc View SourceApply<TIn, TOut0, TOut1>(Func<TIn, (TOut0, TOut1)>, UnzipWithCreator<TIn, TOut0, TOut1>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1> Apply<TIn, TOut0, TOut1>(Func<TIn, (TOut0, TOut1)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
Apply<TIn, TOut0, TOut1, TOut2>(Func<TIn, (TOut0, TOut1, TOut2)>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1, TOut2> Apply<TIn, TOut0, TOut1, TOut2>(Func<TIn, (TOut0, TOut1, TOut2)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1, TOut2> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1, TOut2>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1, TOut2> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1, TOut2> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
TOut2 | TBD |
Apply<TIn, TOut0, TOut1, TOut2, TOut3>(Func<TIn, (TOut0, TOut1, TOut2, TOut3)>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3> Apply<TIn, TOut0, TOut1, TOut2, TOut3>(Func<TIn, (TOut0, TOut1, TOut2, TOut3)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1, TOut2, TOut3>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
TOut2 | TBD |
TOut3 | TBD |
Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4)>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4> Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1, TOut2, TOut3, TOut4>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
TOut2 | TBD |
TOut3 | TBD |
TOut4 | TBD |
Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4, TOut5)>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5> Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4, TOut5)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1, TOut2, TOut3, TOut4, TOut5>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
TOut2 | TBD |
TOut3 | TBD |
TOut4 | TBD |
TOut5 | TBD |
Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6)>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>)
TBD
Declaration
public static UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>(Func<TIn, (TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6)> unzipper, UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> creator)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, System.ValueTuple<TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>> | unzipper | TBD |
UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> | creator | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> | TBD |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut0 | TBD |
TOut1 | TBD |
TOut2 | TBD |
TOut3 | TBD |
TOut4 | TBD |
TOut5 | TBD |
TOut6 | TBD |