| Package | Description |
|---|---|
| org.rapidoid.config | |
| org.rapidoid.value |
| Modifier and Type | Method and Description |
|---|---|
Value<Object> |
Config.entry(String key) |
Value<Object> |
ConfigAlternatives.entry(String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDecoratorValue<SRC,T> |
class |
AbstractValue<T> |
class |
OrValue<T> |
class |
StoredValue<T> |
class |
ToValue<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Value<SRC> |
AbstractDecoratorValue.src |
| Modifier and Type | Method and Description |
|---|---|
Value<Boolean> |
Value.bool() |
Value<Boolean> |
AbstractValue.bool() |
static Value<String> |
Values.none() |
Value<Long> |
Value.num() |
Value<Long> |
AbstractValue.num() |
static <T> Value<T> |
Values.of(T value) |
Value<T> |
Value.orElse(Value<T> alternative) |
Value<T> |
AbstractValue.orElse(Value<T> alternative) |
Value<String> |
Value.str() |
Value<String> |
AbstractValue.str() |
<K> Value<K> |
Value.to(Class<K> type) |
<K> Value<K> |
AbstractValue.to(Class<K> type) |
static <T> Value<T> |
Values.wrap(ValueStore<T> store) |
| Modifier and Type | Method and Description |
|---|---|
Value<T> |
Value.orElse(Value<T> alternative) |
Value<T> |
AbstractValue.orElse(Value<T> alternative) |
| Constructor and Description |
|---|
AbstractDecoratorValue(Value<SRC> src) |
OrValue(Value<T> src,
Value<T> alternative) |
OrValue(Value<T> src,
Value<T> alternative) |
ToValue(Value<?> src,
Class<T> type) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.