Class Hierarchy
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.functional.IBiConsumer<T,U> (also extends java.util.function.BiConsumer<T,U>)
- com.helger.commons.functional.IBiFunction<T,U,R> (also extends java.util.function.BiFunction<T,U,R>)
- com.helger.commons.functional.IBiPredicate<T,U> (also extends java.util.function.BiPredicate<T,U>)
- com.helger.commons.functional.IBooleanConsumer
- com.helger.commons.functional.IBooleanFunction<R>
- com.helger.commons.functional.IBooleanPredicate
- com.helger.commons.functional.IByteFunction<R>
- com.helger.commons.functional.ICharConsumer
- com.helger.commons.functional.ICharFunction<R>
- com.helger.commons.functional.ICharPredicate
- com.helger.commons.functional.IConsumer<T> (also extends java.util.function.Consumer<T>)
- com.helger.commons.functional.IFloatFunction<R>
- com.helger.commons.functional.IFunction<T,R> (also extends java.util.function.Function<T,R>)
- com.helger.commons.functional.IPredicate<T> (also extends java.util.function.Predicate<T>)
- com.helger.commons.functional.IShortFunction<R>
- com.helger.commons.functional.ISupplier<T> (also extends java.util.function.Supplier<T>)
- com.helger.commons.functional.IThrowingConsumer<T,EXTYPE>
- com.helger.commons.functional.IThrowingFunction<T,R,EXTYPE>
- com.helger.commons.functional.IThrowingSupplier<T,EXTYPE>
- com.helger.commons.functional.IToBooleanFunction<T>
- com.helger.commons.functional.ITriConsumer<T,U,V>
- java.util.function.Supplier<T>
Copyright © 2014–2020 Philip Helger. All rights reserved.