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