Package cn.sliew.milky.common.function
-
Interface Summary Interface Description CheckedConsumer<T,E extends Throwable> AConsumer-like interface which allows throwing checked exceptions.CheckedFunction<T,R,E extends Throwable> CheckedSupplier<T,E extends Throwable>