Uses of Interface
de.xima.fc.interfaces.IThrowingRunnable
Packages that use IThrowingRunnable
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of IThrowingRunnable in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingRunnableModifier and TypeMethodDescriptionstatic IThrowingRunnableIThrowingRunnable.of(IThrowingRunnable runnable) Returns the given Runnable, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingRunnableModifier and TypeMethodDescriptionstatic IThrowingRunnableIThrowingRunnable.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 IThrowingRunnableModifier and TypeMethodDescriptionstatic <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.