Uses of Interface
in.hocg.boot.utils.function.SupplierThrow
-
Packages that use SupplierThrow Package Description in.hocg.boot.utils.utils -
-
Uses of SupplierThrow in in.hocg.boot.utils.utils
Methods in in.hocg.boot.utils.utils with parameters of type SupplierThrow Modifier and Type Method Description <T> TLogUtils. logAsync(SupplierThrow<T> exec, SupplierThrow<Future<Serializable>> onReady, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)异步记录日志<T> TLogUtils. logSync(SupplierThrow<T> exec, SupplierThrow<Serializable> onReady, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)同步记录日志<T> TLogUtils. logSync(SupplierThrow<T> exec, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)同步记录日志
-