Uses of Interface
org.cryptomator.cryptofs.common.RunnableThrowingException
-
Packages that use RunnableThrowingException Package Description org.cryptomator.cryptofs.common -
-
Uses of RunnableThrowingException in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common with parameters of type RunnableThrowingException Modifier and Type Method Description <E extends Exception>
voidFinallyUtil. guaranteeInvocationOf(RunnableThrowingException<? extends E>... tasks)Method parameters in org.cryptomator.cryptofs.common with type arguments of type RunnableThrowingException Modifier and Type Method Description <E extends Exception>
voidFinallyUtil. guaranteeInvocationOf(Iterable<RunnableThrowingException<? extends E>> tasks)<E extends Exception>
voidFinallyUtil. guaranteeInvocationOf(Iterator<RunnableThrowingException<E>> tasks)<E extends Exception>
voidFinallyUtil. guaranteeInvocationOf(Stream<RunnableThrowingException<? extends E>> tasks)
-