| Interface | Description |
|---|---|
| ThrowingConsumer<T,E extends Exception> | |
| ThrowingFunction<T,R,E extends Exception> | |
| ThrowingRunnable<E extends Exception> | |
| ThrowingSupplier<T,E extends Exception> |
| Class | Description |
|---|---|
| Either<L,R> | |
| ImmutableNone<T> |
Immutable implementation of
Maybe.None. |
| ImmutableNone.Builder<T> |
Builds instances of type
ImmutableNone. |
| ImmutablePair<FIRST,SECOND> |
Immutable implementation of
Pair. |
| ImmutablePair.Builder<FIRST,SECOND> |
Builds instances of type
ImmutablePair. |
| ImmutableSome<T> |
Immutable implementation of
Maybe.Some. |
| ImmutableSome.Builder<T> |
Builds instances of type
ImmutableSome. |
| Maybe<T> | |
| Maybe.None<T> | |
| Maybe.Some<T> | |
| Optionals | |
| Optionals.Wrapper<T> | |
| Pair<FIRST,SECOND> | |
| Try | |
| Types |
| Annotation Type | Description |
|---|---|
| Nullable | |
| Wrapped |
Copyright © 2023. All rights reserved.