Package uk.co.parnmatt.vector.util
package uk.co.parnmatt.vector.util
-
ClassDescriptionLazyThrowingSingleton<T, X extends Exception>Represents a singleton that is lazily evaluated on the first call to
LazyThrowingSingleton.get()An abstract iterator for when the total number of element are unknown.Represents a resource which needs to be closedResource.Iterable<T, X extends Exception>Represents an iterable that is also a resourceResource.Iterator<E, X extends Exception>Represents an iterator that is also a resourceThrowingRunnable<X extends Throwable>Represents a runnable action that can throwThrowingSupplier<T, X extends Throwable>Represents a supplier of values that can throw