final class FromThunkReusability[A] extends AnyRef
- Alphabetic
- By Inheritance
- FromThunkReusability
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )