trait DisjunctionCreation
- Companion:
- object
class Object
trait Matchable
class Any
object DisjunctionCreation.type
trait DisjunctionEffect
object DisjunctionEffect.type
object all.type
object create.type
object disjunction.type
Type members
Types
Value members
Concrete methods
def fromDisjunction[R, E, A](disjunction: Either[E, A])(implicit member: MemberIn[[_] =>> Either[E, _$2], R]): Eff[R, A]
create an Either effect from a single Either value
create an Either effect from a single Either value
def optionDisjunction[R, E, A](option: Option[A], e: E)(implicit member: MemberIn[[_] =>> Either[E, _$1], R]): Eff[R, A]
create an Either effect from a single Option value
create an Either effect from a single Option value