Uses of Interface
dev.getelements.elements.sdk.model.util.AsyncUtils.AsyncOperation
Packages that use AsyncUtils.AsyncOperation
-
Uses of AsyncUtils.AsyncOperation in dev.getelements.elements.sdk.model.util
Methods in dev.getelements.elements.sdk.model.util with parameters of type AsyncUtils.AsyncOperationModifier and TypeMethodDescription<T> T
AsyncUtils.doNoThrow
(Consumer<Throwable> exceptionConsumer, AsyncUtils.AsyncOperation<T> operation) <T> T
AsyncUtils.doNoThrow
(Consumer<Throwable> exceptionConsumer, AsyncUtils.AsyncOperation<T> operation, Supplier<T> ifException)