StateEffect

turbolift.effects.StateEffect
See theStateEffect companion trait
object StateEffect

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [S](thiz: StateEffect[S])
def handler(initial: S): Handler[Identity, Tuple2, thiz.type, Any]

Alias of the default handler for this effect.

Alias of the default handler for this effect.

Defined as an extension, to allow custom redefinitions without restrictions imposed by overriding

Attributes