Package de.eldoria.eldoutilities.utils
Class Futures
java.lang.Object
de.eldoria.eldoutilities.utils.Futures
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> BiConsumer<T,
Throwable> whenComplete
(Consumer<T> value, Consumer<Throwable> error)
-
Method Details
-
whenComplete
public static <T> BiConsumer<T,Throwable> whenComplete(Consumer<T> value, Consumer<Throwable> error)
-