All Classes and Interfaces

Class
Description
A set of additional Collector implementations.
 
A factory class for methods that wrap functional interfaces like Supplier in a "blocking" (ForkJoinPool.ManagedBlocker) equivalent, which can be used with the ForkJoinPool.
A BiConsumer that allows for checked exceptions.
A BiFunction that allows for checked exceptions.
A BinaryOperator that allows for checked exceptions.
A BiPredicate that allows for checked exceptions.
A BooleanSupplier that allows for checked exceptions.
A Callable that allows for checked exceptions.
A Comparator that allows for checked exceptions.
A Consumer that allows for checked exceptions.
A DoubleBinaryOperator that allows for checked exceptions.
A DoubleConsumer that allows for checked exceptions.
A DoubleFunction that allows for checked exceptions.
A DoublePredicate that allows for checked exceptions.
A DoubleSupplier that allows for checked exceptions.
A DoubleToIntFunction that allows for checked exceptions.
A DoubleToLongFunction that allows for checked exceptions.
A DoubleUnaryOperator that allows for checked exceptions.
A Function that allows for checked exceptions.
A IntBinaryOperator that allows for checked exceptions.
A IntConsumer that allows for checked exceptions.
A IntFunction that allows for checked exceptions.
A IntPredicate that allows for checked exceptions.
A IntSupplier that allows for checked exceptions.
A IntToDoubleFunction that allows for checked exceptions.
A IntToLongFunction that allows for checked exceptions.
A IntUnaryOperator that allows for checked exceptions.
A LongBinaryOperator that allows for checked exceptions.
A LongConsumer that allows for checked exceptions.
A LongFunction that allows for checked exceptions.
A LongPredicate that allows for checked exceptions.
A LongSupplier that allows for checked exceptions.
A LongToDoubleFunction that allows for checked exceptions.
A LongToIntFunction that allows for checked exceptions.
A LongUnaryOperator that allows for checked exceptions.
A ObjDoubleConsumer that allows for checked exceptions.
A ObjIntConsumer that allows for checked exceptions.
A ObjLongConsumer that allows for checked exceptions.
A Predicate that allows for checked exceptions.
A Runnable that allows for checked exceptions.
A Supplier that allows for checked exceptions.
A ToDoubleBiFunction that allows for checked exceptions.
A ToDoubleFunction that allows for checked exceptions.
A ToIntBiFunction that allows for checked exceptions.
A ToIntFunction that allows for checked exceptions.
A ToLongBiFunction that allows for checked exceptions.
A ToLongFunction that allows for checked exceptions.
A UnaryOperator that allows for checked exceptions.
A common super type for types like Seq or Window delegating common aggregation functions to Collectable.collect(Collector)
A consumer with 0 arguments.
A consumer with 1 arguments.
A consumer with 10 arguments.
A consumer with 11 arguments.
A consumer with 12 arguments.
A consumer with 13 arguments.
A consumer with 14 arguments.
A consumer with 15 arguments.
A consumer with 16 arguments.
A consumer with 2 arguments.
A consumer with 3 arguments.
A consumer with 4 arguments.
A consumer with 5 arguments.
A consumer with 6 arguments.
A consumer with 7 arguments.
A consumer with 8 arguments.
A consumer with 9 arguments.
A function with 0 arguments.
A function with 1 arguments.
A function with 10 arguments.
A function with 11 arguments.
A function with 12 arguments.
A function with 13 arguments.
A function with 14 arguments.
A function with 15 arguments.
A function with 16 arguments.
A function with 2 arguments.
A function with 3 arguments.
A function with 4 arguments.
A function with 5 arguments.
A function with 6 arguments.
A function with 7 arguments.
A function with 8 arguments.
A function with 9 arguments.
 
Range<T extends Comparable<T>>
A range is a special Tuple2 with two times the same type.
A sequential, ordered Stream that adds all sorts of useful methods that work only because it is sequential and ordered.
Improved interoperability between checked exceptions and Java 8.
An exception thrown when there are more than the expected number of elements returned from a method.
A tuple.
A tuple of degree 0.
A tuple of degree 1.
A tuple of degree 10.
A tuple of degree 11.
A tuple of degree 12.
A tuple of degree 13.
A tuple of degree 14.
A tuple of degree 15.
A tuple of degree 16.
A tuple of degree 2.
A tuple of degree 3.
A tuple of degree 4.
A tuple of degree 5.
A tuple of degree 6.
A tuple of degree 7.
A tuple of degree 8.
A tuple of degree 9.
Improved interoperability between checked exceptions and Java 8.
A generic unchecked exception that wraps checked exceptions thrown from lambdas passed to any of Unchecked's methods.
A window containing the data for its partition, to perform calculations upon.
A specification for a Window.