OptionInterpretation

org.atnos.eff.OptionInterpretation
See theOptionInterpretation companion object

Attributes

Companion
object
Source
OptionEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait OptionEffect
object OptionEffect.type
object OptionInterpretation.type
object option.type

Members list

Value members

Concrete 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

Attributes

Source
OptionEffect.scala