Closed junchuanwang closed 3 years ago
Proposed solution to https://github.com/linkedin/parseq/issues/287
Users seem not be confused by use of map and andThen(Task) in general, but sometimes confused by andThen(Consumer)
map
andThen(Task)
andThen(Consumer)
This is nothing more than a syntax sugar.
I am asking for comments now before adding tests.
Decide to close the PR and try to educate users instead.
Proposed solution to https://github.com/linkedin/parseq/issues/287
Users seem not be confused by use of
map
andandThen(Task)
in general, but sometimes confused byandThen(Consumer)
This is nothing more than a syntax sugar.
I am asking for comments now before adding tests.