Package io.micronaut.core.util.functional
-
Interface Summary Interface Description ThrowingFunction<T,R,E extends java.lang.Throwable> Represents a function that accepts one argument and produces a result.ThrowingSupplier<T,E extends java.lang.Throwable> Represents a supplier of results.