One | Many | |
---|---|---|
Synchronous | T/Try[T] | Iterable[T] |
Asynchronous | Future[T] | Observable[T] |
Last active
October 11, 2016 20:20
-
-
Save ScottWeinstein/11149384 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good job! This gist is the number one Google result when searching for the Four Essential Effects in Programming :-)