@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public interface Value<T>
Modifier and Type | Method and Description |
---|---|
Value<Boolean> |
bool() |
String |
desc() |
boolean |
exists() |
T |
get() |
T |
getOrNull() |
Value<Long> |
num() |
<K> K |
or(K alternative) |
Value<T> |
orElse(Value<T> alternative) |
void |
set(T value) |
Value<String> |
str() |
<K> Value<K> |
to(Class<K> type) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.