Package org.axonframework.common.function
@NullMarked
package org.axonframework.common.function
Functional interfaces and helper utilities.
-
InterfacesClassDescriptionThrowingConsumer<T,
X extends Exception> Functional interface for operations which may throw a checked exception.ThrowingFunction<T,R, X extends Exception> Functional interface for operations which may throw a checked exception.