FromLensValue

japgolly.scalajs.react.extra.internal.StateSnapshot$.withoutReuse$.FromLensValue
final class FromLensValue[S, T](l: Lens[S, T], value: T)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(modify: () => S): StateSnapshot[T]
def setStateVia[I](i: I)(implicit t: WritePure[I, S]): StateSnapshot[T]
def tupled(modify: () => S): StateSnapshot[T]