org.atnos.eff
package org.atnos.eff
Members list
Packages
package org.atnos.eff.syntax
Type members
Classlikes
trait ReaderCreation
Attributes
- Companion
- object
- Source
- ReaderCreation.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ReaderCreation extends ReaderCreation
Attributes
- Companion
- trait
- Source
- ReaderCreation.scala
- Supertypes
- Self type
-
ReaderCreation.type
trait ReaderEffect extends ReaderCreation, ReaderInterpretation
Effect for computations depending on an environment.
Effect for computations depending on an environment.
The inside datatype for this effect is cats.data.Reader
Attributes
- Companion
- object
- Source
- ReaderEffect.scala
- Supertypes
- Known subtypes
-
object ReaderEffect
object ReaderEffect extends ReaderEffect
Attributes
- Companion
- trait
- Source
- ReaderEffect.scala
- Supertypes
-
trait ReaderEffecttrait ReaderInterpretationtrait ReaderCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
ReaderEffect.type
trait ReaderInterpretation
Attributes
- Companion
- object
- Source
- ReaderInterpretation.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ReaderInterpretation extends ReaderInterpretation
Attributes
- Companion
- trait
- Source
- ReaderInterpretation.scala
- Supertypes
- Self type
-
ReaderInterpretation.type
object reader extends ReaderCreation, ReaderInterpretation
Attributes
- Source
- reader.scala
- Supertypes
- Self type
-
reader.type
In this article