| Interface | Description |
|---|---|
| BiConsumer<T,U> | |
| BiFunction<P1,P2,T> | |
| BiPredicate<T,V> | |
| BooleanProvider | |
| BooleanSupplier | |
| CheckedBiFunction<P1,P2,T> | |
| CheckedConsumer<T> | |
| Consumer<T> | |
| Enumerable<T> | |
| ForEachCallBack<E> | |
| ForEachIndexedCallBack<E> | |
| Function<P,R> | |
| IntFactory<T> | |
| Named | |
| ParallelReader.WaitingStrategy | |
| Predicate<T> | |
| ProducerServiceLoader.Producer<T> | |
| RowHandler<T> | Deprecated |
| Supplier<T> | |
| TargetType<T> | |
| UnaryFactory<P,T> | |
| UnaryFactoryWithException<P,T,E extends Exception> |
| Class | Description |
|---|---|
| AndPredicate<T> | |
| ArrayEnumerable<T> | |
| ArrayListEnumerable<T> | |
| Asserts | |
| CheckedConsumerHelper | |
| CloseableIterator<E> | |
| ConstantBiFunction<P1,P2,T> | |
| ConstantPredicate<T> | |
| ConstantSupplier<T> | |
| ConstantUnaryFactory<T,P> | |
| EnumerableIterator<T> | |
| EnumerableSpliterator<T> | |
| EnumHelper | |
| EqualsPredicate<T> | |
| ErrorHelper | |
| FactoryClassLoader | |
| FalseBooleanProvider | |
| ImmutableListCollector<T> |
Implementation of
Consumer that collect all the value into a list. |
| ImmutableSetCollector<T> |
Implementation of
Consumer that collect all the value into a set. |
| ListCollector<T> |
Implementation of
Consumer that collect all the value into a list. |
| NullConsumer | |
| ParallelReader | |
| PredicatedEnumerable<T> | |
| ProducerServiceLoader | |
| SetCollector<T> |
Implementation of
Consumer that collect all the value into a set. |
| SupplierHelper | |
| TransformCheckedConsumer<I,O> | |
| TransformIterator<I,O> | |
| TrueBooleanProvider | |
| TupleHelper | |
| TypeHelper | |
| TypeHelper.MapEntryTypes | |
| TypeReference<T> |
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>>(){}
|
| UUIDHelper |
| Enum | Description |
|---|---|
| ErrorDoc |
Copyright © 2019. All rights reserved.