ListInterpretation

org.atnos.eff.ListInterpretation$
See theListInterpretation companion trait

Attributes

Companion:
trait
Source:
ListEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited 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

Inherited from:
ListInterpretation
Source:
ListEffect.scala