Packages

object StateSnapshot

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateSnapshot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait HooksApiExt extends AnyRef
  2. type ModFn[S] = ((S) => Option[S], Sync[Unit]) => Sync[Unit]
  3. type SetFn[-S] = (Option[S], Sync[Unit]) => Sync[Unit]
  4. type TupledModFn[S] = (((S) => Option[S], Sync[Unit])) => Sync[Unit]
  5. type TupledSetFn[-S] = ((Option[S], Sync[Unit])) => Sync[Unit]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ModFn[F[_], S](f: StateSnapshotF.ModFn[F, S])(implicit F: Sync[F]): ModFn[S]
  5. def SetFn[F[_], S](f: StateSnapshotF.SetFn[F, S])(implicit F: Sync[F]): SetFn[S]
  6. def TupledModFn[F[_], S](f: StateSnapshotF.TupledModFn[F, S])(implicit F: Sync[F]): TupledModFn[S]
  7. def TupledSetFn[F[_], S](f: StateSnapshotF.TupledSetFn[F, S])(implicit F: Sync[F]): TupledSetFn[S]
  8. def apply[S](value: S): FromValue[S]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hook[S](initialValue: => S): CustomHook[Unit, StateSnapshotF.StateSnapshot[S]]

    Since

    2.0.0

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def of[I, S](i: I)(implicit t: ReadImpureWritePure[I, S]): StateSnapshotF.StateSnapshot[S]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def useStateSnapshot[S](initialValue: => S): HookResult[StateSnapshotF.StateSnapshot[S]]

    Since

    3.0.0

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def xmap[S, T](get: (S) => T)(set: (T) => S): FromLens[S, T]
  28. def zoom[S, T](get: (S) => T)(set: (T) => (S) => S): FromLens[S, T]
  29. object HooksApiExt
  30. object withReuse
  31. object withoutReuse

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped