Uses of Interface
uk.co.parnmatt.vector.util.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in uk.co.parnmatt.vector.util
Methods in uk.co.parnmatt.vector.util with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic <T, X extends Exception>
Resource.Iterable<T, X> Resource.Iterable.asResource(Iterable<T> iterable, ThrowingRunnable<X> onClose) Wrap an iterable with a potentially throwing closestatic <E, X extends Exception>
Resource.Iterator<E, X> Resource.Iterator.asResource(Iterator<E> iterator, ThrowingRunnable<X> onClose) Wrap an iterator with a potentially throwing close