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.dao
Methods in de.xima.fc.dao with parameters of type IThrowingRunnableModifier and TypeMethodDescriptionstatic voidEntityTransactionHelper.withTransaction(IEntityContext ec, IThrowingRunnable runnable) Starts a new transaction, runs the given runnable, and commits the transaction if it completes successfully. -
Uses of IThrowingRunnable in de.xima.fc.interfaces
Subinterfaces of IThrowingRunnable in de.xima.fc.interfacesModifier and TypeInterfaceDescriptioninterfaceARunnablethat may throw a checked exception and is serializable.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.