LVar

reactives.extra.lenses.LVar
See theLVar companion class
object LVar

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LVar.type

Members list

Value members

Concrete methods

def apply[T](initval: T)(using ticket: CreationTicket[State]): LVar[T]

Creates a new LVar with the given initial value. This will be the root of a new Lens cluster

Creates a new LVar with the given initial value. This will be the root of a new Lens cluster

Value parameters

initval

the inital value of the LVar

Attributes