| Package | Description |
|---|---|
| de.vandermeer.skb.categories.kvt |
Categories for Key / Value / ValueType objects.
|
| de.vandermeer.skb.categories.options |
Categories and implementations of options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsValueWType<V,T>
Category of objects that represent the type of a value.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> IsValue<V> |
IsValue.create() |
static <V> IsValue<V> |
IsValue.create(V value) |
static <V> IsValue<V> |
IsValue.create(V value,
String description) |
IsValue<V> |
HasValue.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> Option<V> |
Option.create(IsKey<String> key,
IsValue<V> value,
OptionType type,
String description) |
Copyright © 2010–2015. All rights reserved.