- Companion
- class
trait OptionEffect
trait OptionInterpretation
trait OptionCreation
class Object
trait Matchable
class Any
Type members
Inherited types
Value members
Inherited methods
create an Option effect from a single Option value
create an Option effect from a single Option value
- Inherited from
- OptionCreation
def runOption[R, U, A](effect: Eff[R, A])(implicit m: Aux[[A] =>> Option[A], R, U]): Eff[U, Option[A]]
Interpret the Option effect
Interpret the Option effect
Stop all computations if None is present once
- Inherited from
- OptionInterpretation