Uses of Interface
de.xima.fc.interfaces.IThrowingFunction
Packages that use IThrowingFunction
-
Uses of IThrowingFunction in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingFunctionModifier and TypeMethodDescriptionstatic <T,
R> IThrowingFunction<T, R> IThrowingFunction.of
(IThrowingFunction<T, R> supplier) Returns the given supplier, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingFunctionModifier and TypeMethodDescriptionstatic <T,
R> IThrowingFunction<T, R> IThrowingFunction.of
(IThrowingFunction<T, R> supplier) Returns the given supplier, for improved variable inference. -
Uses of IThrowingFunction in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form with parameters of type IThrowingFunctionModifier and TypeMethodDescriptionDefaultFormElementTemplateLoader.custom
(IThrowingFunction<URI, InputStream> persistJsonLoader, IThrowingFunction<URI, InputStream> iconLoader) Creates a custom loader that uses the given loader functions.