T - public interface Value<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Get if this value exists.
|
T |
get()
Get the current value.
|
T |
getOrDefault(T defaultInstance)
Get the current value or return a default value if it is not set.
|
Copyright © 2016. All rights reserved.