Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingFunction
Packages that use ISerializableThrowingFunction
-
Uses of ISerializableThrowingFunction in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned with parameters of type ISerializableThrowingFunctionModifier 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.IResourceStore.bindLoader(ISerializableThrowingFunction<? super Key, ? extends Value> loader) Binds to a given loader so that values can be obtained without specifying the loader.IResourceStoreManager.IVersionedResourceStore.bindLoader(ISerializableThrowingFunction<? super Key, ? extends Value> loader) Binds to a given loader so that values can be obtained without specifying the loader.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.IVersionedResourceStore.bindVersionExtractor(ISerializableThrowingFunction<? super Key, ?> versionExtractor) Binds to a given version extractor so that values can be obtained without specifying the version.IResourceStoreManager.IVersionedResourceStoreWithLoader.bindVersionExtractor(ISerializableThrowingFunction<? super Key, ?> versionExtractor) Binds to a given version extractor so that values can be obtained without specifying the version.IResourceStoreManager.IResourceStoreBase.computeIfAbsent(Key key, ISerializableThrowingFunction<? super Key, ? extends Value> loader) Gets the value for the given key.IResourceStoreManager.IVersionedResourceStoreBase.computeIfAbsent(Key key, Object version, ISerializableThrowingFunction<? super Key, ? extends Value> loader) Gets the value associated with the given key.IResourceStoreManager.IVersionedResourceStoreWithVersionExtractorBase.computeIfAbsent(Key key, ISerializableThrowingFunction<? super Key, ? extends Value> loader) Gets the value for the given key. -
Uses of ISerializableThrowingFunction in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingFunctionModifier and TypeMethodDescriptionstatic <T,R> ISerializableThrowingFunction <T, R> ISerializableThrowingFunction.of(ISerializableThrowingFunction<T, R> fn) Returns the given function, for improved variable inference.static <T,R> ISerializableThrowingFunction <T, R> ISerializableThrowingFunction.serializableThrowingFunction(ISerializableThrowingFunction<T, R> fn) Returns the given function, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type ISerializableThrowingFunctionModifier and TypeMethodDescriptionstatic <T,R> ISerializableThrowingFunction <T, R> ISerializableThrowingFunction.of(ISerializableThrowingFunction<T, R> fn) Returns the given function, for improved variable inference.static <T,R> ISerializableThrowingFunction <T, R> ISerializableThrowingFunction.serializableThrowingFunction(ISerializableThrowingFunction<T, R> fn) Returns the given function, for improved variable inference.