Variable

trait Variable[@specialized A]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def get(): A
def mod(f: A => A): A

Concrete methods

def set(a: A): A
def xmap[B](f: A => B)(g: B => A): Variable[B]