org.atnos.eff.ListEffect
See theListEffect companion trait
object ListEffect extends ListEffect
Attributes
- Companion
- trait
- Source
- ListEffect.scala
- Graph
-
- Supertypes
-
trait ListEffecttrait ListInterpretationtrait ListCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
ListEffect.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
Value members
Inherited methods
create a list effect with no values
create a list effect with no values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
create a list effect from a list of values
create a list effect from a list of values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
run an effect stack starting with a list effect
run an effect stack starting with a list effect
Attributes
- Inherited from:
- ListInterpretation
- Source
- ListInterpretation.scala
create a list effect from a single value
create a list effect from a single value
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
create a list effect from a list of values
create a list effect from a list of values
Attributes
- Inherited from:
- ListCreation
- Source
- ListCreation.scala
In this article