Created
February 14, 2021 06:46
-
-
Save vigneshwaranr/cb92d14301384a5ad701b2ab0b9687cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scala.concurrent.ExecutionContext.Implicits.global | |
import scala.concurrent.Future | |
// YESS :( | |
someFutureJob().map { value => | |
operate(value) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The smile is wrong here 😄