Package Hierarchies:
Interface Hierarchy
- org.jhotdraw8.base.function.Consumer3<T1,T2,T3>
- org.jhotdraw8.base.function.Consumer4<T1,T2,T3,T4>
- org.jhotdraw8.base.function.DoubleConsumer2
- org.jhotdraw8.base.function.DoubleConsumer4
- org.jhotdraw8.base.function.DoubleConsumer6
- org.jhotdraw8.base.function.DoubleConsumer8
- java.util.function.Function<T,R>
- org.jhotdraw8.base.function.Function3<T1,T2,T3,R>
- org.jhotdraw8.base.function.Function4<T1,T2,T3,T4,R>
- org.jhotdraw8.base.function.Function5<T1,T2,T3,T4,T5,R>
- org.jhotdraw8.base.function.Predicate3<T1,T2,V>