Uses of Interface
org.aksw.commons.util.exception.FinallyRunAll.ThrowingConsumer
Packages that use FinallyRunAll.ThrowingConsumer
-
Uses of FinallyRunAll.ThrowingConsumer in org.aksw.commons.util.exception
Methods in org.aksw.commons.util.exception with parameters of type FinallyRunAll.ThrowingConsumerModifier and TypeMethodDescriptionstatic <T> voidFinallyRunAll.runAll(Collection<T> actions, FinallyRunAll.ThrowingConsumer<T> runner, ThrowingRunnable finallyAction) Deprecated. -
Uses of FinallyRunAll.ThrowingConsumer in org.aksw.commons.util.lifecycle
Methods in org.aksw.commons.util.lifecycle with parameters of type FinallyRunAll.ThrowingConsumerModifier and TypeMethodDescription<T> TResourceMgr.register(T obj, FinallyRunAll.ThrowingConsumer<? super T> closer)