Uses of Interface
org.cryptomator.cryptofs.common.RunnableThrowingException
Packages that use RunnableThrowingException
-
Uses of RunnableThrowingException in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common with parameters of type RunnableThrowingExceptionModifier and TypeMethodDescription<E extends Exception>
voidFinallyUtil.guaranteeInvocationOf(RunnableThrowingException<? extends E>... tasks) Method parameters in org.cryptomator.cryptofs.common with type arguments of type RunnableThrowingExceptionModifier and TypeMethodDescription<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)