Uses of Interface
de.xima.fc.interfaces.IThrowingConsumer
-
Packages that use IThrowingConsumer Package Description de.xima.fc.interfaces de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of IThrowingConsumer in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingConsumer Modifier and Type Method Description static <T> IThrowingConsumer<T>
IThrowingConsumer. of(IThrowingConsumer<T> consumer)
Returns the given consumer, for improved variable inference.static <T> IThrowingConsumer<T>
IThrowingConsumer. throwingConsumer(IThrowingConsumer<T> consumer)
Returns the given consumer, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingConsumer Modifier and Type Method Description static <T> IThrowingConsumer<T>
IThrowingConsumer. of(IThrowingConsumer<T> consumer)
Returns the given consumer, for improved variable inference.static <T> IThrowingConsumer<T>
IThrowingConsumer. throwingConsumer(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 IThrowingConsumer Modifier and Type Method Description static <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.
-