ChooseEffect

org.atnos.eff.ChooseEffect
See theChooseEffect companion trait
object ChooseEffect extends ChooseEffect

Attributes

Companion
trait
Source
ChooseEffect.scala
Graph
Supertypes
trait ChooseEffect
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type _Choose[R] = Member[Choose, R]

Attributes

Inherited from:
ChooseCreation
Source
ChooseCreation.scala
type _choose[R] = MemberIn[Choose, R]

Attributes

Inherited from:
ChooseCreation
Source
ChooseCreation.scala

Value members

Inherited methods

def chooseFrom[R : _choose, A](as: List[A]): Eff[R, A]

Attributes

Inherited from:
ChooseCreation
Source
ChooseCreation.scala
def plus[R : _choose, A](a1: => Eff[R, A], a2: => Eff[R, A]): Eff[R, A]

Attributes

Inherited from:
ChooseCreation
Source
ChooseCreation.scala
def runChoose[R, U, A, F[_] : Alternative](r: Eff[R, A])(implicit evidence$1: Alternative[F], m: Aux[Choose, R, U]): Eff[U, F[A]]

Attributes

Inherited from:
ChooseInterpretation
Source
ChooseInterpretation.scala
def zero[R : _choose, A]: Eff[R, A]

Attributes

Inherited from:
ChooseCreation
Source
ChooseCreation.scala