类分层结构
- java.lang.Object
- com.jn.langx.java8.function.fromjava8.Consumer2Adapter<I1,I2> (implements com.jn.langx.util.function.Consumer2<K,V>)
- com.jn.langx.java8.function.fromjava8.ConsumerAdapter<V> (implements com.jn.langx.util.function.Consumer<E>)
- com.jn.langx.java8.function.fromjava8.Function2Adapter<I1,I2,O> (implements com.jn.langx.util.function.Function2<I1,I2,O>)
- com.jn.langx.java8.function.fromjava8.FunctionAdapter<I,O> (implements com.jn.langx.util.function.Function<I,O>)
- com.jn.langx.java8.function.fromjava8.Predicate2Adapter<V1,V2> (implements com.jn.langx.util.function.Predicate2<K,V>)
- com.jn.langx.java8.function.fromjava8.PredicateAdapter<V> (implements com.jn.langx.util.function.Predicate<V>)
- com.jn.langx.java8.function.fromjava8.Supplier0Adapter<O> (implements com.jn.langx.util.function.Supplier0<O>)
Copyright © 2020. All rights reserved.