Skip to content

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.
Transitions

Clone this wiki locally