Uses of Interface
de.xima.fc.interfaces.IThrowingSupplier
Packages that use IThrowingSupplier
-
Uses of IThrowingSupplier in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingSupplierModifier and TypeMethodDescriptionstatic <T> IThrowingSupplier<T>
IThrowingSupplier.of
(IThrowingSupplier<T> supplier) Returns the given supplier, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingSupplierModifier and TypeMethodDescriptionstatic <T> IThrowingSupplier<T>
IThrowingSupplier.of
(IThrowingSupplier<T> supplier) Returns the given supplier, for improved variable inference. -
Uses of IThrowingSupplier in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IThrowingSupplierModifier and TypeMethodDescriptionstatic Closable<PluginRuntime>
PluginHelper.createTempRuntime
(IThrowingSupplier<InputStream> data, String name, String scopeKey, String runtimeKey, boolean instantiate) Creates a temporary runtime that can be used e.g. for validation.