org.atnos.eff
package org.atnos.eff
Members list
Packages
package org.atnos.eff.syntax
Type members
Classlikes
trait StateCreation
Attributes
- Companion
- object
- Source
- StateEffect.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object StateCreation extends StateCreation
Attributes
- Companion
- trait
- Source
- StateEffect.scala
- Supertypes
- Self type
-
StateCreation.type
trait StateEffect extends StateCreation, StateInterpretation
Effect for passing state along computations
Effect for passing state along computations
Internally backed up by cats.data.State
Attributes
- Companion
- object
- Source
- StateEffect.scala
- Supertypes
- Known subtypes
-
object StateEffect.type
object StateEffect extends StateEffect
Attributes
- Companion
- trait
- Source
- StateEffect.scala
- Supertypes
-
trait StateEffecttrait StateInterpretationtrait StateCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
StateEffect.type
trait StateImplicits
Attributes
- Companion
- object
- Source
- StateEffect.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object StateImplicits.typeobject state.type
object StateImplicits extends StateImplicits
Attributes
- Companion
- trait
- Source
- StateEffect.scala
- Supertypes
- Self type
-
StateImplicits.type
trait StateInterpretation
Attributes
- Companion
- object
- Source
- StateEffect.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object StateInterpretation extends StateInterpretation
Attributes
- Companion
- trait
- Source
- StateEffect.scala
- Supertypes
- Self type
-
StateInterpretation.type
object state extends StateCreation, StateInterpretation, StateImplicits
Attributes
- Source
- state.scala
- Supertypes
-
trait StateImplicitstrait StateInterpretationtrait StateCreationclass Objecttrait Matchableclass AnyShow all
- Self type
-
state.type
In this article