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