-
Notifications
You must be signed in to change notification settings - Fork 4
Containers
Peter Nerg edited this page Jul 28, 2015
·
3 revisions
The following three types are all what is known as container types.
They represent various use cases, such as containing one or zero value (Option), one of two values (Either) and value or exception (Try)
It is possible to make transitions between the container types.
This image below aims to illustrate the transitions that can be made and where they lead.
- Introduction
- JavaDoc (Latest)
- Containers
- Option/Some/None
- Try/Success/Failure
- Either/Left/Right
- Asynchronous Execution
- Future/Promise
- Companion Classes
- The Unit Type
- Testing/Asserts
- License
- Chat room for the project:
- Continuous Integration: