| Package | Description |
|---|---|
| org.rapidoid.commons | |
| org.rapidoid.concurrent | |
| org.rapidoid.lambda | |
| org.rapidoid.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
Coll.autoExpandingMap(Mapper<K,V> valueFactory) |
static <T> void |
Deep.copy(Collection<T> destination,
Collection<? extends T> source,
Mapper<Object,?> transformation) |
static <K,V> void |
Deep.copy(Map<K,V> destination,
Map<? extends K,? extends V> source,
Mapper<Object,?> transformation) |
static <T> void |
Deep.copy(T[] destination,
T[] source,
Mapper<Object,?> transformation) |
static <T> Collection<T> |
Deep.copyOf(Collection<? extends T> source,
Mapper<Object,?> transformation) |
static <K,V> Map<K,V> |
Deep.copyOf(Map<? extends K,? extends V> source,
Mapper<Object,?> transformation) |
static Object |
Deep.copyOf(Object source,
Mapper<Object,?> transformation) |
static <T> T[] |
Deep.copyOf(T[] source,
Mapper<Object,?> transformation) |
static String |
Str.replace(String s,
Pattern regex,
Mapper<String[],String> replacer) |
static String |
Str.replace(String s,
String regex,
Mapper<String[],String> replacer) |
| Constructor and Description |
|---|
AutoExpandingMap(Mapper<K,V> valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Callback<FROM> |
Callbacks.mapping(Callback<TO> callback,
Mapper<FROM,TO> mapper) |
static <FROM,TO> Future<TO> |
Futures.mapping(Future<FROM> future,
Mapper<FROM,TO> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Mapper<FROM,TO> |
Lmbd.mapper(Map<FROM,TO> map) |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> TO |
Lmbd.eval(Mapper<FROM,TO> mapper,
FROM src) |
| Modifier and Type | Field and Description |
|---|---|
static Mapper<Object,Object> |
Msc.TRANSFORM_TO_SIMPLE_CLASS_NAME |
static Mapper<Object,Object> |
Msc.TRANSFORM_TO_STRING |
| Modifier and Type | Method and Description |
|---|---|
static void |
Msc.multiThreaded(int threadsN,
Mapper<Integer,Void> executable) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.