Vars

kyo.Vars
See theVars companion class
object Vars

Attributes

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

Members list

Type members

Classlikes

class RunDsl[V]

Attributes

Supertypes
class Object
trait Matchable
class Any
class UseDsl[V]

Attributes

Supertypes
class Object
trait Matchable
class Any
object internal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
internal.type

Value members

Concrete methods

def get[V](using Tag[Vars[V]]): V < Vars[V]
def run[V]: RunDsl[V]
def set[V](value: V)(using Tag[Vars[V]]): Unit < Vars[V]
def update[V](f: V => V)(using Tag[Vars[V]]): Unit < Vars[V]
def use[V]: UseDsl[V]