Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Write[F, A, S]trait ModState[F, A, S]trait SetState[F, A, S]trait Base[F, A]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
Value parameters
- callback
-
Executed regardless of whether state is changed.
Attributes
- Definition Classes
-
ModState
Attributes
- Returns
-
None
ifvalue: S
isn'tvalue: T
as well.
Value parameters
- callback
-
Executed regardless of whether state is changed.
Attributes
- Definition Classes
-
SetState
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Unsafe because writes may be dropped.
Unsafe because writes may be dropped.
Eg. if you widen a StateSnapshot[Banana]
into StateSnapshot[Food]
, calling setState(banana2)
will work but setState(pasta)
will be silently ignored.
Attributes
Attributes
- Definition Classes
-
Base
Attributes
- Definition Classes
-
Base
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting StateSnapshotF[F, A, S]
will not be reusable.
Attributes
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting StateSnapshot[T]
will not be reusable.
Attributes
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting StateSnapshot[T]
will not be reusable.
Attributes
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting StateSnapshot[T]
will not be reusable.
Attributes
Inherited methods
Attributes
- Inherited from:
- Base
Value parameters
- callback
-
Executed after state is changed.
Attributes
- Inherited from:
- ModState
Attributes
- Inherited from:
- ModState
Attributes
- Inherited from:
- ModState
Attributes
- Inherited from:
- ModState
Attributes
- Inherited from:
- ModState
Value parameters
- callback
-
Executed after state is changed.
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- ModState
Attributes
- Inherited from:
- SetState
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base