objectStore<K extends KeyBase, V extends ValueBase> method
SdbOpenStoreRef<K, V>
objectStore<K extends KeyBase, V extends ValueBase>(
- SdbStoreRef<
K, V> store
get an existing store.
Implementation
SdbOpenStoreRef<K, V> objectStore<K extends KeyBase, V extends ValueBase>(
SdbStoreRef<K, V> store) =>
impl.getStoreImpl<K, V>(store.impl);