All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| Agg |
A set of additional Collector implementations.
|
| Async |
|
| Blocking |
A factory class for methods that wrap functional interfaces like
Supplier in a "blocking" (ForkJoinPool.ManagedBlocker) equivalent, which
can be used with the ForkJoinPool.
|
| Blocking.BlockingSupplier<T> |
|
| CheckedBiConsumer<T,U> |
A BiConsumer that allows for checked exceptions.
|
| CheckedBiFunction<T,U,R> |
A BiFunction that allows for checked exceptions.
|
| CheckedBinaryOperator<T> |
A BinaryOperator that allows for checked exceptions.
|
| CheckedBiPredicate<T,U> |
A BiPredicate that allows for checked exceptions.
|
| CheckedBooleanSupplier |
A BooleanSupplier that allows for checked exceptions.
|
| CheckedCallable<T> |
A Callable that allows for checked exceptions.
|
| CheckedComparator<T> |
A Comparator that allows for checked exceptions.
|
| CheckedConsumer<T> |
A Consumer that allows for checked exceptions.
|
| CheckedDoubleBinaryOperator |
A DoubleBinaryOperator that allows for checked exceptions.
|
| CheckedDoubleConsumer |
A DoubleConsumer that allows for checked exceptions.
|
| CheckedDoubleFunction<R> |
A DoubleFunction that allows for checked exceptions.
|
| CheckedDoublePredicate |
A DoublePredicate that allows for checked exceptions.
|
| CheckedDoubleSupplier |
A DoubleSupplier that allows for checked exceptions.
|
| CheckedDoubleToIntFunction |
A DoubleToIntFunction that allows for checked exceptions.
|
| CheckedDoubleToLongFunction |
A DoubleToLongFunction that allows for checked exceptions.
|
| CheckedDoubleUnaryOperator |
A DoubleUnaryOperator that allows for checked exceptions.
|
| CheckedFunction<T,R> |
A Function that allows for checked exceptions.
|
| CheckedIntBinaryOperator |
A IntBinaryOperator that allows for checked exceptions.
|
| CheckedIntConsumer |
A IntConsumer that allows for checked exceptions.
|
| CheckedIntFunction<R> |
A IntFunction that allows for checked exceptions.
|
| CheckedIntPredicate |
A IntPredicate that allows for checked exceptions.
|
| CheckedIntSupplier |
A IntSupplier that allows for checked exceptions.
|
| CheckedIntToDoubleFunction |
A IntToDoubleFunction that allows for checked exceptions.
|
| CheckedIntToLongFunction |
A IntToLongFunction that allows for checked exceptions.
|
| CheckedIntUnaryOperator |
A IntUnaryOperator that allows for checked exceptions.
|
| CheckedLongBinaryOperator |
A LongBinaryOperator that allows for checked exceptions.
|
| CheckedLongConsumer |
A LongConsumer that allows for checked exceptions.
|
| CheckedLongFunction<R> |
A LongFunction that allows for checked exceptions.
|
| CheckedLongPredicate |
A LongPredicate that allows for checked exceptions.
|
| CheckedLongSupplier |
A LongSupplier that allows for checked exceptions.
|
| CheckedLongToDoubleFunction |
A LongToDoubleFunction that allows for checked exceptions.
|
| CheckedLongToIntFunction |
A LongToIntFunction that allows for checked exceptions.
|
| CheckedLongUnaryOperator |
A LongUnaryOperator that allows for checked exceptions.
|
| CheckedObjDoubleConsumer<T> |
A ObjDoubleConsumer that allows for checked exceptions.
|
| CheckedObjIntConsumer<T> |
A ObjIntConsumer that allows for checked exceptions.
|
| CheckedObjLongConsumer<T> |
A ObjLongConsumer that allows for checked exceptions.
|
| CheckedPredicate<T> |
A Predicate that allows for checked exceptions.
|
| CheckedRunnable |
A Runnable that allows for checked exceptions.
|
| CheckedSupplier<T> |
A Supplier that allows for checked exceptions.
|
| CheckedToDoubleBiFunction<T,U> |
A ToDoubleBiFunction that allows for checked exceptions.
|
| CheckedToDoubleFunction<T> |
A ToDoubleFunction that allows for checked exceptions.
|
| CheckedToIntBiFunction<T,U> |
A ToIntBiFunction that allows for checked exceptions.
|
| CheckedToIntFunction<T> |
A ToIntFunction that allows for checked exceptions.
|
| CheckedToLongBiFunction<T,U> |
A ToLongBiFunction that allows for checked exceptions.
|
| CheckedToLongFunction<T> |
A ToLongFunction that allows for checked exceptions.
|
| CheckedUnaryOperator<T> |
A UnaryOperator that allows for checked exceptions.
|
| Collectable<T> |
|
| Consumer0 |
A consumer with 0 arguments.
|
| Consumer1<T1> |
A consumer with 1 arguments.
|
| Consumer10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A consumer with 10 arguments.
|
| Consumer11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A consumer with 11 arguments.
|
| Consumer12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A consumer with 12 arguments.
|
| Consumer13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A consumer with 13 arguments.
|
| Consumer14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A consumer with 14 arguments.
|
| Consumer15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A consumer with 15 arguments.
|
| Consumer16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A consumer with 16 arguments.
|
| Consumer2<T1,T2> |
A consumer with 2 arguments.
|
| Consumer3<T1,T2,T3> |
A consumer with 3 arguments.
|
| Consumer4<T1,T2,T3,T4> |
A consumer with 4 arguments.
|
| Consumer5<T1,T2,T3,T4,T5> |
A consumer with 5 arguments.
|
| Consumer6<T1,T2,T3,T4,T5,T6> |
A consumer with 6 arguments.
|
| Consumer7<T1,T2,T3,T4,T5,T6,T7> |
A consumer with 7 arguments.
|
| Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> |
A consumer with 8 arguments.
|
| Consumer9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A consumer with 9 arguments.
|
| Function0<R> |
A function with 0 arguments.
|
| Function1<T1,R> |
A function with 1 arguments.
|
| Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
A function with 10 arguments.
|
| Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
A function with 11 arguments.
|
| Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
A function with 12 arguments.
|
| Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
A function with 13 arguments.
|
| Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
A function with 14 arguments.
|
| Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
A function with 15 arguments.
|
| Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
A function with 16 arguments.
|
| Function2<T1,T2,R> |
A function with 2 arguments.
|
| Function3<T1,T2,T3,R> |
A function with 3 arguments.
|
| Function4<T1,T2,T3,T4,R> |
A function with 4 arguments.
|
| Function5<T1,T2,T3,T4,T5,R> |
A function with 5 arguments.
|
| Function6<T1,T2,T3,T4,T5,T6,R> |
A function with 6 arguments.
|
| Function7<T1,T2,T3,T4,T5,T6,T7,R> |
A function with 7 arguments.
|
| Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> |
A function with 8 arguments.
|
| Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
A function with 9 arguments.
|
| FunctionalSpliterator<T> |
|
| Functions |
|
| Partition<T> |
|
| Range<T extends java.lang.Comparable<T>> |
A range is a special Tuple2 with two times the same type.
|
| SameExecutorCompletionStage<T> |
|
| Seq<T> |
A sequential, ordered Stream that adds all sorts of useful methods that work only because
it is sequential and ordered.
|
| SeqBuffer<T> |
Lazily consumes given Spliterator through Seqs provided by method seq().
|
| SeqImpl<T> |
|
| SeqUtils |
|
| SeqUtils.DelegatingSpliterator<T,U> |
|
| Sneaky |
Improved interoperability between checked exceptions and Java 8.
|
| Sum<N> |
|
| Sum.OfBigDecimal |
|
| Sum.OfBigInteger |
|
| Sum.OfByte |
|
| Sum.OfDouble |
|
| Sum.OfFloat |
|
| Sum.OfInt |
|
| Sum.OfLong |
|
| Sum.OfShort |
|
| TooManyElementsException |
An exception thrown when there are more than the expected number of elements
returned from a method.
|
| Tuple |
A tuple.
|
| Tuple0 |
A tuple of degree 0.
|
| Tuple1<T1> |
A tuple of degree 1.
|
| Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A tuple of degree 10.
|
| Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A tuple of degree 11.
|
| Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A tuple of degree 12.
|
| Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A tuple of degree 13.
|
| Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A tuple of degree 14.
|
| Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A tuple of degree 15.
|
| Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A tuple of degree 16.
|
| Tuple2<T1,T2> |
A tuple of degree 2.
|
| Tuple3<T1,T2,T3> |
A tuple of degree 3.
|
| Tuple4<T1,T2,T3,T4> |
A tuple of degree 4.
|
| Tuple5<T1,T2,T3,T4,T5> |
A tuple of degree 5.
|
| Tuple6<T1,T2,T3,T4,T5,T6> |
A tuple of degree 6.
|
| Tuple7<T1,T2,T3,T4,T5,T6,T7> |
A tuple of degree 7.
|
| Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
A tuple of degree 8.
|
| Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A tuple of degree 9.
|
| Tuples |
|
| Unchecked |
Improved interoperability between checked exceptions and Java 8.
|
| UncheckedException |
A generic unchecked exception that wraps checked exceptions thrown from lambdas passed
to any of Unchecked's methods.
|
| Window<T> |
A window containing the data for its partition, to perform calculations upon.
|
| WindowImpl<T> |
|
| WindowSpecification<T> |
|
| WindowSpecificationImpl<T> |
|