Uses of Interface
cn.longky.common.function.KSupplier
Packages that use KSupplier
-
Uses of KSupplier in cn.longky.common.utils
Methods in cn.longky.common.utils with parameters of type KSupplierModifier and TypeMethodDescriptionstatic <T> Tstatic <T> TCommonUtils.retry(KSupplier<T> supplier, int maxRetries, Duration sleepTime, Class<? extends Throwable> throwableClass, Predicate<T> verifier) static <T> TCommonUtils.retry(KSupplier<T> supplier, int maxRetries, Duration sleepTime, Class<? extends Throwable> throwableClass, Predicate<T> verifier, T defaultValue) static <T> TCommonUtils.swallowException(KSupplier<T> supplier)