类分层结构
- java.lang.Object
- net.dongliu.commons.function.Consumers
- net.dongliu.commons.function.Functions
- net.dongliu.commons.function.UncheckedFunctions
接口分层结构
- net.dongliu.commons.function.IndexedConsumer<T>
- net.dongliu.commons.function.LastAwareConsumer<T>
- net.dongliu.commons.function.UncheckedFunctions.EBiConsumer<T,U>
- net.dongliu.commons.function.UncheckedFunctions.EBiFunction<T,U,R>
- net.dongliu.commons.function.UncheckedFunctions.EConsumer<T>
- net.dongliu.commons.function.UncheckedFunctions.EFunction<T,R>
- net.dongliu.commons.function.UncheckedFunctions.EPredicate<T>
- net.dongliu.commons.function.UncheckedFunctions.ERunnable
- net.dongliu.commons.function.UncheckedFunctions.ESupplier<T>