Uses of Interface
org.uberfire.java.nio.fs.jgit.util.ThrowableSupplier
-
Packages that use ThrowableSupplier Package Description org.uberfire.java.nio.fs.jgit.util -
-
Uses of ThrowableSupplier in org.uberfire.java.nio.fs.jgit.util
Methods in org.uberfire.java.nio.fs.jgit.util with parameters of type ThrowableSupplier Modifier and Type Method Description static <E extends Throwable,T>
TGitImpl. retryIfNeeded(Class<E> eclazz, ThrowableSupplier<T> supplier)
-