public class Vars extends Object
| Constructor and Description |
|---|
Vars() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Var<T> |
cast(Object value) |
static <T> Var<T> |
mandatory(Var<T> var) |
static <T> T |
unwrap(T value) |
static <T> Var<T> |
var(String name,
T value) |
static <T> Var<T>[] |
vars(String name,
T... values) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.