Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IVersionedResourceStoreWithLoader
-
Packages that use IResourceStoreManager.IVersionedResourceStoreWithLoader Package Description de.xima.fc.common.store.versioned -
-
Uses of IResourceStoreManager.IVersionedResourceStoreWithLoader in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned that return IResourceStoreManager.IVersionedResourceStoreWithLoader Modifier and Type Method Description IResourceStoreManager.IVersionedResourceStoreWithLoader<Key,Value>
IResourceStoreManager.IVersionedResourceStore. bindLoader(ISerializableThrowingFunction<? super Key,? extends Value> loader)
Binds to a given loader so that values can be obtained without specifying the loader.
-