StreamConverters.javaCollector
Create a sink which materializes into a Future
which will be completed with a result of the Java 8 Collector
transformation and reduction operations.
Additional Sink and Source converters
Signature
def javaCollector[T, R](collectorFactory: () => java.util.stream.Collector[T, _ <: Any, R]): Sink[T, Future[R]]
Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646