Ref

dev.tauri.choam.refs.Ref$
See theRef companion trait
object Ref

Attributes

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

Members list

Type members

Classlikes

trait Array[A]

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def array[A](size: Int, initial: A): Axn[Array[A]]
def catsRefFromRef[F[_] : Reactive, A](ref: Ref[A]): Ref[F, A]
def lazyArray[A](size: Int, initial: A): Axn[Array[A]]
def padded[A](initial: A): Axn[Ref[A]]
def refP1P1[A, B](a: A, b: B): Axn[Ref2[A, B]]
def refP2[A, B](a: A, b: B): Axn[Ref2[A, B]]
def unpadded[A](initial: A): Axn[Ref[A]]
def unsafe[A](initial: A): Ref[A]
def unsafePadded[A](initial: A): Ref[A]

Implicits

Inherited implicits

final implicit def hashInstance[A]: Hash[Ref[A]]

Attributes

Inherited from:
RefInstances2 (hidden)
final implicit def orderInstance[A]: Order[Ref[A]]

Attributes

Inherited from:
RefInstances1 (hidden)
final implicit def orderingInstance[A]: Ordering[Ref[A]]

Attributes

Inherited from:
RefInstances0 (hidden)