Package io.micronaut.core.util.functional
@NullMarked
package io.micronaut.core.util.functional
The package info.
-
InterfacesClassDescriptionThrowingConsumer<T, E extends Throwable>Consumer with a generic exception.ThrowingFunction<T, R, E extends Throwable>Represents a function that accepts one argument and produces a result.ThrowingRunnable<E extends Throwable>Runnable with a generic exception.ThrowingSupplier<T, E extends Throwable>Represents a supplier of results.