All Classes

Class Description
AbstractBuilder<Element,​TargetCollection,​This extends AbstractBuilder<Element,​TargetCollection,​This>>  
Arithmetic  
Arithmetic.Expression  
Arithmetic.Expression.BinaryOperation  
Arithmetic.Expression.LiteralValue  
Arithmetic.Expression.VariableReference  
Arithmetic.OptimizedExpression  
Arithmetic.OptimizedExpression.BinaryOperation  
Arithmetic.OptimizedExpression.LiteralValue  
Arithmetic.OptimizedExpression.VariableReference  
ArrayMap<K extends Comparable<? super K>,​V>
A very simple immutable map that is backed by two arrays (one for the keys, one for the values).
ArrayMapBuilder<K extends Comparable<? super K>,​V>  
AsyncExecutionException  
Box<T>
A Box holding a mutable value.
Box.DoubleBox  
Box.IntBox  
Box.LongBox  
Builder<Element,​TargetCollection>
Builds up a collection made up of elements of type Element.
C<E,​L extends HList<L>>  
Callback<R>  
CharParser<T>  
CharParser.Result<E>  
CharParser.Result.NoParse<E>  
CharParser.Result.Success<E>  
Cons<E>  
Container<E>  
Context  
Control
Missing control structures for Java.
Control.Async<In,​Out>  
Control.TypeOfBranch<A,​T>  
Control.TypeOfVoidBranch<A>  
Control.ValueOfBranch<A,​T>  
Control.ValueOfVoidBranch<A>  
Conversions  
DateTimes  
DateTimes.Interval  
DirectedGraph<V>  
Either<L,​R>  
Either.Left<L,​R>  
Either.Right<L,​R>  
EmptyIteratorException  
EnvironmentVariables  
ExtendedIterable<T>  
ExtendedIterable.ForEachWithIndexConsumer<T>  
ForEach  
Function0<R>  
Function1<A,​R>  
Function2<A,​B,​R>  
Function3<A,​B,​C,​R>  
Function4<A,​B,​C,​D,​R>  
Functions  
Functions.ToBooleanBiFunction<A,​B>  
Graphs
Graph algorithms.
Hash<H extends Hash<H>>  
Hash.Hash256<H extends Hash<H>>  
Hash.Hash512<H extends Hash<H>>  
HashAlgorithm<H extends Hash<H>>  
HasLength  
HasLengthAtLeast  
HList<This extends HList<This>>  
HList.ForEachWithIndexPredicate  
LightweightException  
LightweightRuntimeException  
Mapping<From,​To>
A Mapping from keys to values.
Mapping.EmptyMapping<K,​V>  
MultiValuedKeyMap<T>  
MultiValuedKeyMap.Builder<T>  
Nil  
NoOp  
NotImplementedException
Thrown when a method (for example when implementing an interface) is not (yet) implemented by the implementation.
Numbers  
Obj  
Operators  
Pair<A,​B>
An immutable tuple.
ParallelExecutionException  
Parser<T>  
Parser.Result<E>  
Parser.Result.NoParse<E>  
Parser.Result.Success<E>  
Parsers  
Parsers.JsonParser  
Parsers.NoParseException  
Parsers.SimpleParser<Source,​Target>  
Promise<T>  
Promise.State  
Quadruple<A,​B,​C,​D>  
Reflections  
Reflections.Property<T>  
RingBuffer<E>  
Seq<E>
An immutable sequence.
Seq.WithIndexConsumer<E> Deprecated.
SeqBuilder<E>
A builder for immutable sequences.
Set<E extends Comparable<? super E>>  
SetBuilder<E extends Comparable<? super E>>
A builder for immutable Sets.
Sha256  
Sha512  
SimpleDirectedGraph
A simple directed graph is defined by it's vertices and edges, where the vertices are simple indices starting from zero up to the number of vertices.
SpecificityTree<K extends HList<K>,​V>  
SpecificityTree.Builder<L extends HList<L>>  
Strings  
Strings.Name  
Strings.Template  
TaskCompletedMoreThanOnceException  
Tasks  
Tasks.Task<R>  
Tasks.Task0<R>  
Tasks.Task1<A1,​R>  
Tasks.Task10<A1,​A2,​A3,​A4,​A5,​A6,​A7,​A8,​A9,​A10,​R>  
Tasks.Task2<A1,​A2,​R>  
Tasks.Task3<A1,​A2,​A3,​R>  
Tasks.Task4<A1,​A2,​A3,​A4,​R>  
Tasks.Task5<A1,​A2,​A3,​A4,​A5,​R>  
Tasks.Task6<A1,​A2,​A3,​A4,​A5,​A6,​R>  
Tasks.Task7<A1,​A2,​A3,​A4,​A5,​A6,​A7,​R>  
Tasks.Task8<A1,​A2,​A3,​A4,​A5,​A6,​A7,​A8,​R>  
Tasks.Task9<A1,​A2,​A3,​A4,​A5,​A6,​A7,​A8,​A9,​R>  
Tasks.TaskSpec  
ThrowingBiConsumer<A,​B>  
ThrowingBiFunction<A,​B,​R>  
ThrowingConsumer<A>  
ThrowingFunction<A,​R>  
ThrowingIntConsumer  
ThrowingRunnable  
Triple<A,​B,​C>  
Try<E>  
Try.FailedRecoveringException  
Try.Failure<E>  
Try.RethrownException  
Try.Success<E>  
Tuple2<A,​B>  
Tuple3<A,​B,​C>  
Tuple4<A,​B,​C,​D>  
Unstable
Marks an API that is not considered stable (yet).
UUIDs  
ValueDidNotSatisfyPredicateException