org.atnos.eff.OptionEffect
See theOptionEffect companion trait
object OptionEffect extends OptionEffect
Attributes
- Companion
- trait
- Source
- OptionEffect.scala
- Graph
-
- Supertypes
-
trait OptionEffecttrait OptionInterpretationtrait OptionCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
OptionEffect.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