linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Add "transformWith" to Task API which performs transformation by executing a task #295

Closed junchuanwang closed 3 years ago

junchuanwang commented 3 years ago

Add "transformWith" to the Task API, that takes a function which returns a task, so that the transformation can be done by executing that task.

A main use case is for making the transformation a task so that can be executed asynchronously