OptionInterpretation

Companion:
class
Source:
OptionEffect.scala
class Object
trait Matchable
class Any

Value members

Inherited methods

def runOption[R, U, A](effect: Eff[R, A])(implicit m: Aux[Option, 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
Source:
OptionEffect.scala