Package io.blt.util.functional
package io.blt.util.functional
-
InterfacesClassDescriptionThrowingConsumer<T,
E extends Throwable> Represents an operation that accepts a single input argument that may throw.ThrowingSupplier<T,E extends Throwable> Represents a supplier of results that may throw.