cats.NonEmptyParallel
See theNonEmptyParallel companion object
Some types that form a FlatMap, are also capable of forming an Apply that supports parallel composition. The NonEmptyParallel type class allows us to represent this relationship.
Attributes
- Companion:
- object
- Source:
- Parallel.scala
- Graph
- Supertypes
- Known subtypes
- trait Parallel[M]