| Package | Description |
|---|---|
| org.rapidoid.util |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Mapper<FROM,TO> |
U.mapper(Map<FROM,TO> map) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
U.autoExpandingMap(Mapper<K,V> valueFactory) |
static <FROM,TO> TO |
U.eval(Mapper<FROM,TO> mapper,
FROM src) |
static String |
U.replace(String s,
String regex,
Mapper<String[],String> replacer) |
Copyright © 2014 Nikolche Mihajlovski. All rights reserved.