public final class Nullable<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
Nullable<T> |
Clone() |
void |
cloneTo(Nullable<T> value) |
static <T> Nullable<T> |
empty() |
boolean |
equals(Object obj) |
T |
getValue() |
T |
getValueOrDefault(T defaultValue) |
int |
hashCode() |
boolean |
hasValue() |
static <T> Nullable<T> |
of(T value) |
String |
toString() |
Copyright © 2025 Aspose. All Rights Reserved.