| Package | Description |
|---|---|
| com.salesforce.datacloud.jdbc.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
Result.of(@NonNull ThrowingSupplier<T,E> supplier) |
static <T,E extends Exception> |
ThrowingSupplier.rethrowLongSupplier(ThrowingSupplier<T,E> function) |
static <T,E extends Exception,R> |
ThrowingSupplier.rethrowSupplier(ThrowingSupplier<T,E> function) |
static <T,E extends Exception> |
StreamUtilities.tryTimes(int times,
ThrowingSupplier<T,E> attempt,
Consumer<Throwable> consumer) |
Copyright © 2025. All rights reserved.