| PartitionT Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Partition(
int outputPorts,
Func<T, int> partitioner
)
new :
outputPorts : int *
partitioner : Func<'T, int> -> Partition
Parameters
- outputPorts
- Type: SystemInt32
TBD - partitioner
- Type: SystemFuncT, Int32
TBD
See Also