final class ModStateWithPropsFn[F[_], P, S] extends AbstractFunction2[(S, P) => Option[S], Callback, F[Unit]] with ModStateWithProps[F, P, S]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModStateWithPropsFn
- ModStateWithProps
- Base
- AbstractFunction2
- Function2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def F: Effect[F]
- Attributes
- protected
- Definition Classes
- ModStateWithPropsFn → Base
- def apply(f: (S, P) => Option[S], callback: Callback): F[Unit]
- Definition Classes
- ModStateWithPropsFn → Function2
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def async(f: (Callback) => F[Unit]): AsyncCallback[Unit]
- Attributes
- protected
- Definition Classes
- Base
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def curried: ((S, P) => Option[S]) => (Callback) => F[Unit]
- Definition Classes
- Function2
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapProps[A](f: (P) => A): ModStateWithPropsFn[F, A, S]
- def modState(mod: (S, P) => S, callback: Callback): F[Unit]
- callback
Executed after state is changed.
- Definition Classes
- ModStateWithProps
- final def modState(mod: (S, P) => S): F[Unit]
- Definition Classes
- ModStateWithProps
- final def modStateAsync(mod: (S, P) => S): AsyncCallback[Unit]
- Definition Classes
- ModStateWithProps
- def modStateOption(f: (S, P) => Option[S], callback: Callback): F[Unit]
- callback
Executed regardless of whether state is changed.
- Definition Classes
- ModStateWithPropsFn → ModStateWithProps
- final def modStateOption(mod: (S, P) => Option[S]): F[Unit]
- Definition Classes
- ModStateWithProps
- final def modStateOptionAsync(mod: (S, P) => Option[S]): AsyncCallback[Unit]
- Definition Classes
- ModStateWithProps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toModStateFn: ModStateFn[F, S]
- def toModStateWithPropsFn: ModStateWithPropsFn[F, P, S]
- Definition Classes
- ModStateWithPropsFn → ModStateWithProps
- def toSetStateFn: SetStateFn[F, S]
- def toString(): String
- Definition Classes
- Function2 → AnyRef → Any
- def tupled: (((S, P) => Option[S], Callback)) => F[Unit]
- Definition Classes
- Function2
- Annotations
- @unspecialized()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def widenProps[A >: P]: ModStateWithPropsFn[F, A, S]
- def xmapState[A](f: (S) => A)(g: (A) => S): ModStateWithPropsFn[F, P, A]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.