Uses of Interface
io.github.resilience4j.core.functions.CheckedBiFunction
Packages that use CheckedBiFunction
-
Uses of CheckedBiFunction in io.github.resilience4j.core
Methods in io.github.resilience4j.core with parameters of type CheckedBiFunctionModifier and TypeMethodDescriptionstatic <T,R> CheckedSupplier <R> CheckedFunctionUtils.andThen(CheckedSupplier<T> supplier, CheckedBiFunction<T, Throwable, R> handler) Returns a composed supplier that first applies the supplier and then applies BiFunctionafterto the result.