Uses of Interface
com.salesforce.datacloud.jdbc.util.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.salesforce.datacloud.jdbc.util -
-
Uses of ThrowingSupplier in com.salesforce.datacloud.jdbc.util
Methods in com.salesforce.datacloud.jdbc.util with parameters of type ThrowingSupplier Modifier and Type Method Description static <T,E extends Exception>
Result<T>Result. of(@NonNull ThrowingSupplier<T,E> supplier)static <T,E extends Exception>
LongSupplierThrowingSupplier. rethrowLongSupplier(ThrowingSupplier<T,E> function)static <T,E extends Exception,R>
Supplier<Stream<R>>ThrowingSupplier. rethrowSupplier(ThrowingSupplier<T,E> function)static <T,E extends Exception>
Optional<T>StreamUtilities. tryTimes(int times, ThrowingSupplier<T,E> attempt, Consumer<Throwable> consumer)
-