objectStore<K extends SdbKey, V extends SdbValue> abstract method

SdbOpenStoreRef<K, V> objectStore<K extends SdbKey, V extends SdbValue>(
  1. SdbStoreRef<K, V> store
)

get an existing store.

Implementation

SdbOpenStoreRef<K, V> objectStore<K extends SdbKey, V extends SdbValue>(
  SdbStoreRef<K, V> store,
);