Uses of Interface
de.xima.fc.interfaces.IThrowingSupplier
- 
Packages that use IThrowingSupplier Package Description de.xima.fc.interfaces de.xima.fc.plugin  - 
- 
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. 
 -