ListInterpretation

org.atnos.eff.ListInterpretation
See theListInterpretation companion object

Attributes

Companion
object
Source
ListInterpretation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ListEffect
object ListEffect
object list

Members list

Value members

Concrete methods

def runList[R, U, A](effect: Eff[R, A])(implicit m: Aux[List, R, U]): Eff[U, List[A]]

run an effect stack starting with a list effect

run an effect stack starting with a list effect

Attributes

Source
ListInterpretation.scala