Uses of Interface
io.github.resilience4j.core.IntervalBiFunction
Packages that use IntervalBiFunction
-
Uses of IntervalBiFunction in io.github.resilience4j.core
Methods in io.github.resilience4j.core that return IntervalBiFunctionModifier and TypeMethodDescriptionstatic <T> IntervalBiFunction<T> ClassUtils.instantiateIntervalBiFunctionClass(Class<? extends IntervalBiFunction<T>> clazz) static <T> IntervalBiFunction<T> IntervalBiFunction.ofIntervalFunction(IntervalFunction f) Method parameters in io.github.resilience4j.core with type arguments of type IntervalBiFunctionModifier and TypeMethodDescriptionstatic <T> IntervalBiFunction<T> ClassUtils.instantiateIntervalBiFunctionClass(Class<? extends IntervalBiFunction<T>> clazz)