Class | Description |
---|---|
AutoCompletable |
This class implements a boolean
completed status, allowing objects to
differentiate between an initialization phase and their final value. |
Collectors |
This class contains helper methods for
Collector . |
Completable |
Implementation of a boolean
completed status, allowing objects to
differentiate between an initialization phase and their final value. |
Either<A,B> |
A container object which contains a value matching either one or another type
represented by
<A> and <B> . |
Finals |
This class contains helper methods for final fields.
|
Finals.CachingSupplier<T> |
Supplier implementation proxying another supplier while calculating
its return value at most one time. |
Nullables |
This class contains helper methods for nullable values.
|
OptionalDoubles |
This class contains helper methods for
OptionalDouble . |
OptionalInts |
This class contains helper methods for
OptionalInt . |
OptionalLongs |
This class contains helper methods for
OptionalLong . |
Optionals |
This class contains helper methods for
Optional . |
SystemUtils |
This class contains helper methods for system needs.
|
Exception | Description |
---|---|
CompletedException |
Thrown to indicate that an object has been completed prior modifying.
|
SneakyException |
SneakyException allows rethrowing any kind of
Exception , hiding them
from compiler checks. |
TooManyElementsException |
Thrown to indicate that an object contains more than one element while either
no or exactly one element are expected.
|
Copyright © 2025. All rights reserved.