@Value.Immutable(singleton=true) public abstract static class Maybe.None<T> extends Maybe<T>
Maybe.None<T>, Maybe.Some<T>| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
boolean |
hasSome() |
<R> Maybe<R> |
map(Function<T,R> mapping) |
getOrThrow, none, someCopyright © 2025. All rights reserved.