| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
static Value<String> |
none() |
static <T> Value<T> |
of(T value) |
static <T> Value<T> |
wrap(ValueStore<T> store) |
public static <T> Value<T> wrap(ValueStore<T> store)
public static <T> Value<T> of(T value)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.