final class Instance[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Instance
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Instance(self: StateSnapshot[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modStateL[B](l: monocle.Lens[A, B])(f: (B) ⇒ B): Callback
- def setStateL[B](l: monocle.Lens[A, B]): (B) ⇒ Callback
-
def
toString(): String
- Definition Classes
- Any
-
def
xmapStateL[B](iso: monocle.Iso[A, B]): StateSnapshot[B]
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting
StateSnapshot[T]will not be reusable. -
def
zoomStateL[B](lens: monocle.Lens[A, B]): StateSnapshot[B]
THIS WILL VOID REUSABILITY.
THIS WILL VOID REUSABILITY.
The resulting
StateSnapshot[T]will not be reusable.