Interface Hierarchy
- java.util.function.BiConsumer<T,U>
- java.util.function.BiFunction<T,U,R>
- java.util.function.BiPredicate<T,U>
- java.util.function.Consumer<T>
- java.util.function.Function<T,R>
- java.util.function.Predicate<T>
- java.io.Serializable
- com.helger.commons.function.IBiConsumer<T,U> (also extends java.util.function.BiConsumer<T,U>)
- com.helger.commons.function.IBiFunction<T,U,R> (also extends java.util.function.BiFunction<T,U,R>)
- com.helger.commons.function.IBiPredicate<T,U> (also extends java.util.function.BiPredicate<T,U>)
- com.helger.commons.function.IBooleanFunction<R>
- com.helger.commons.function.IBooleanPredicate
- com.helger.commons.function.ICharConsumer
- com.helger.commons.function.IConsumer<T> (also extends java.util.function.Consumer<T>)
- com.helger.commons.function.IFunction<T,R> (also extends java.util.function.Function<T,R>)
- com.helger.commons.function.IIntToFloatFunction
- com.helger.commons.function.IPredicate<T> (also extends java.util.function.Predicate<T>)
- com.helger.commons.function.ISupplier<T> (also extends java.util.function.Supplier<T>)
- com.helger.commons.function.IThrowingConsumer<T,EXTYPE>
- com.helger.commons.function.IThrowingFunction<T,R,EXTYPE>
- com.helger.commons.function.IThrowingSupplier<T,EXTYPE>
- com.helger.commons.function.IToBooleanFunction<T>
- com.helger.commons.function.ITriConsumer<T,U,V>
- java.util.function.Supplier<T>
Copyright © 2014–2017 Philip Helger. All rights reserved.