Uses of Interface
de.xima.fc.interfaces.IThrowingSupplier
-
Packages that use IThrowingSupplier Package Description de.xima.fc.interfaces de.xima.fc.plugin de.xima.fc.utils Package für Utilsklassen -
-
Uses of IThrowingSupplier in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingSupplier Modifier and Type Method Description static <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 IThrowingSupplier Modifier and Type Method Description static <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 IThrowingSupplier Modifier and Type Method Description static 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. -
Uses of IThrowingSupplier in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type IThrowingSupplier Modifier and Type Method Description static <O> Supplier<O>
XFunctionalUtils. catchingSupplier(IThrowingSupplier<O> fn)
Wraps a throwing supplier into a supplier that catches checked exceptions and rethrows them as runtime exceptions.
-