final class FromThunkReusability[A] extends AnyRef
- Alphabetic
- By Inheritance
- FromThunkReusability
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FromThunkReusability(thunk: () => A, reusability: Reusability[A])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoRefresh: Px[A]
Every time japgolly.scalajs.react.extra.Px.value() is called, the underlying data function is re-evaluated.
Every time japgolly.scalajs.react.extra.Px.value() is called, the underlying data function is re-evaluated. If a non-reusable change is detected, the value is replaced.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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 manualRefresh: ThunkM[A]
The underlying data function will only be re-evaluated and checked for non-reusable change when japgolly.scalajs.react.extra.Px.ThunkM.refresh() is called.
The underlying data function will only be re-evaluated and checked for non-reusable change when japgolly.scalajs.react.extra.Px.ThunkM.refresh() is called.
japgolly.scalajs.react.extra.Px.refresh() also exists as a convenience to refresh multiple instances at once.
- def manualUpdate: Var[A]
The value is never updated until japgolly.scalajs.react.extra.Px.Var.set() is called to specify a new value.
- 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 toString(): String
- Definition Classes
- AnyRef → Any
- 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])
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.