option
org.atnos.eff.option
object option extends OptionCreation, OptionInterpretation
Attributes
- Source
- option.scala
- Graph
-
- Supertypes
- Self type
-
option.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
Value members
Inherited methods
create an Option effect from a single Option value
create an Option effect from a single Option value
Attributes
- Inherited from:
- OptionCreation
- Source
- OptionCreation.scala
no value returned
Interpret the Option effect
Interpret the Option effect
Stop all computations if None is present once
Attributes
- Inherited from:
- OptionInterpretation
- Source
- OptionInterpretation.scala
a value is returned
In this article