ChooseCreation

org.atnos.eff.ChooseCreation
See theChooseCreation companion object

Attributes

Companion
object
Source
ChooseCreation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

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

Attributes

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

Attributes

Source
ChooseCreation.scala

Value members

Concrete methods

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

Attributes

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

Attributes

Source
ChooseCreation.scala
def zero[R : _choose, A]: Eff[R, A]

Attributes

Source
ChooseCreation.scala