Uses of Interface
de.xima.fc.interfaces.IThrowingRunnable
-
Packages that use IThrowingRunnable Package Description de.xima.fc.interfaces de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of IThrowingRunnable in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingRunnable Modifier and Type Method Description static IThrowingRunnable
IThrowingRunnable. of(IThrowingRunnable runnable)
Returns the given Runnable, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingRunnable Modifier and Type Method Description static IThrowingRunnable
IThrowingRunnable. of(IThrowingRunnable runnable)
Returns the given Runnable, for improved variable inference. -
Uses of IThrowingRunnable in de.xima.fc.mdl
Methods in de.xima.fc.mdl with parameters of type IThrowingRunnable Modifier and Type Method Description static <T> Closable<T>
Closable. withCloseAction(T item, IThrowingRunnable closeAction)
Creates a new closable that wraps the given item and applies the custom close action when closed.
-