接口分层结构
- java.util.function.Consumer<T>
- com.github.lokic.javaplus.func.entry.EntryConsumer<K,V> (并 extends com.github.lokic.javaplus.func.consumer.Consumer2<T1,T2>)
- com.github.lokic.javaplus.func.consumer.Consumer2<T1,T2>
- java.util.function.Function<T,R>
- com.github.lokic.javaplus.func.entry.EntryFunction<K,V,R> (并 extends com.github.lokic.javaplus.func.function.Function2<T1,T2,R>)
- com.github.lokic.javaplus.func.function.Function2<T1,T2,R>
Copyright © 2021. All rights reserved.