R
R
reus2019-09-20 18:25:46
Java
reus, 2019-09-20 18:25:46

Java Flow either using map reduce iterator?

Is there a library based on Java 9 Flow, so that its api allows you to do such maneuvers:

SuperObject result = Flow.fromList(someList)
.map(..)
.filter(..)
.findFirst()
....
.subscribe()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question