Package io.github.resilience4j.core.functions
package io.github.resilience4j.core.functions
-
ClassDescriptionCheckedBiFunction<T,
U, R> ABiFunction-like interface which allows throwing Error.AConsumer-like interface which allows throwing Error.CheckedFunction<T,R> AFunction-like interface which allows throwing Error.ARunnable-like interface which allows throwing Error.ASupplier-like interface which allows throwing Error.Either<L,R> Either.Left<L,R> TheLeftversion of anEither.Either.Right<L,R> TheRightversion of anEither.OnceConsumer<T>Apply a computation only once.