Async

final case class Async[V](key: Key, valueCodec: Async[V])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(implicit s: AbstractWebStorage): AsyncCallback[Option[V]]
def remove(implicit s: AbstractWebStorage): Callback
def set(value: V)(implicit s: AbstractWebStorage): AsyncCallback[Unit]
def setOrRemove(value: Option[V])(implicit s: AbstractWebStorage): AsyncCallback[Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product