FromValue

japgolly.scalajs.react.extra.internal.StateSnapshot$.withReuse$.FromValue
final class FromValue[S](value: S) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(set: Reusable[() => S])(implicit r: Reusability[S]): StateSnapshot[S]
def readOnly(implicit r: Reusability[S]): StateSnapshot[S]
def tupled(set: Reusable[() => S])(implicit r: Reusability[S]): StateSnapshot[S]