Async

final case class Async[K, V](name: String, keyCodec: KeyCodec[K], valueCodec: Async[V]) extends ObjectStoreDef[K, V]
Companion:
object
trait Serializable
trait Product
trait Equals
trait ObjectStoreDef[K, V]
class Object
trait Matchable
class Any
Async[K, V]

Type members

Types

type Value = Value { type KeyType = K; type ValueType = V; Unsupported[Not supported type in refinement ThisType(TypeRef(ThisType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class webapputil)),object indexeddb),module class ObjectStoreDef$)),class Async))]; }

Inherited types

final type Key = K
Inherited from:
ObjectStoreDef

Value members

Concrete methods

def encode(v: V): AsyncCallback[Value]
def value(v: IDBValue): Value

Inherited methods

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

Concrete fields

override val sync: Sync[K, Value]