StateSignature
turbolift.effects.StateSignature
trait StateSignature[S] extends Signature
Signature of StateEffect.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait StateEffect[S]
Members list
Type members
Inherited and Abstract types
type ThisEffect
Value members
Abstract methods
def localModifyEff[A, U <: ThisEffect](f: S => Computation[S, U])(body: Computation[A, U]): Computation[A, U]
def localPutEff[A, U <: ThisEffect](s: Computation[S, U])(body: Computation[A, U]): Computation[A, U]
In this article