Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IVersionedResourceStoreWithLoaderAndVersionExtractor
-
Uses of IResourceStoreManager.IVersionedResourceStoreWithLoaderAndVersionExtractor in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned that return IResourceStoreManager.IVersionedResourceStoreWithLoaderAndVersionExtractorModifier and TypeMethodDescriptionIResourceStoreManager.IVersionedResourceStore.bind(ISerializableThrowingFunction<? super Key, ? extends Value> loader, ISerializableThrowingFunction<? super Key, ?> versionExtractor) Binds to a given loader and version extractor so that values can be obtained without specifying the loader and version.IResourceStoreManager.IVersionedResourceStoreWithVersionExtractor.bindLoader(ISerializableThrowingFunction<? super Key, ? extends Value> loader) Binds to a given loader so that values can be obtained without specifying the loader.IResourceStoreManager.IVersionedResourceStoreWithLoader.bindVersionExtractor(ISerializableThrowingFunction<? super Key, ?> versionExtractor) Binds to a given version extractor so that values can be obtained without specifying the version.