ref

dev.tauri.choam.core.Rxn$.ref$
object ref

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ref.type

Members list

Concise view

Value members

Concrete methods

final def upd[A, B, C](r: Ref[A])(f: (A, B) => (A, C)): Rxn[B, C]
final def updWith[A, B, C](r: Ref[A])(f: (A, B) => Axn[(A, C)]): Rxn[B, C]