objectStore<K extends KeyBase, V extends ValueBase> abstract method

SdbOpenStoreRef<K, V> objectStore<K extends KeyBase, V extends ValueBase>(
  1. SdbStoreRef<K, V> store
)

get an existing store.

Implementation

SdbOpenStoreRef<K, V> objectStore<K extends KeyBase, V extends ValueBase>(
  SdbStoreRef<K, V> store,
);