FromLensValue

final class FromLensValue[S, T](l: Lens[S, T], value: T)
class Object
trait Matchable
class Any

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]