Module org.simpleflatmapper.util
Package org.simpleflatmapper.util
package org.simpleflatmapper.util
Utils classes.
-
ClassDescriptionAndPredicate<T>BiConsumer<T,
U> BiFunction<P1,P2, T> BiPredicate<T,V> CheckedBiFunction<P1,P2, T> ConstantBiFunction<P1,P2, T> ConstantUnaryFactory<T,P> Consumer<T>Enumerable<T>Function<P,R> Implementation ofConsumerthat collect all the value into a list.Implementation ofConsumerthat collect all the value into a set.IntFactory<T>Implementation ofConsumerthat collect all the value into a list.OrPredicate<T>Predicate<T>RowHandler<T>Deprecated.SetCollector<T>Implementation ofConsumerthat collect all the value into a set.Supplier<T>TargetType<T>TransformIterator<I,O> That class is a way to define generic type without implementing the ParameterizedType.
By defining an anonymous instance of it the new class has access to the actual type argument T that the method getType() returns;
new TypeReference<Tuple2<String,Long>>(){}UnaryFactory<P,T> UnaryFactoryWithException<P,T, E extends Exception>