optionExtension

org.atnos.eff.syntax.option.optionExtension

Attributes

Source
option.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [R, A](e: Eff[R, A])
def runOption(using member: Member[Option, R]): Eff[member.Out, Option[A]]

Attributes

Source
option.scala
def runOptionU[U](using member: Aux[Option, R, U]): Eff[U, Option[A]]

Attributes

Source
option.scala