Package de.arstwo.twotil.functional
package de.arstwo.twotil.functional
-
InterfacesClassDescriptionThrowingConsumer<T, E extends Throwable>ThrowingFunction<T, R, E extends Throwable>A Function that can encapsulate functions that throw an exception.ThrowingSupplier<R, E extends Throwable>A Supplier that can also throw an exception.