You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please delete this comment if it is inappropriate, but I just happened top stop by this repo and issue when googling around.
As your issue has not been responded to in 2 months @knightpop I figured you might take a look at a repo I made which does exactly the same, but is not inspired by Java/Scala naming: https://github.com/Nift/Optional
It has implemented both mapAsync and flatMapAsync which should help your issue. Additionally, it has base .map and .flatMap as well which can be used without a Promise.
Hello, Thanks for making this wonderful library.
When I use this with Promise, I need to map and flatMap inside Optional value.
UseCase is like this.
If I have OptionalT
You can see detail of OptionT(It's implement in scala, but I think you can understand it!)
The text was updated successfully, but these errors were encountered: