public class Lmbd
extends org.rapidoid.RapidoidThing
| Constructor and Description |
|---|
Lmbd() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
call(Callable<T> callable) |
static <T> void |
call(Operation<T> operation,
T arg) |
static <T> Callable<T> |
callable(Runnable action) |
static <FROM> Object |
eval(Calc<FROM> calc,
FROM src) |
static <FROM,TO> TO |
eval(Mapper<FROM,TO> mapper,
FROM src) |
static <T> boolean |
eval(Predicate<T> predicate,
T target) |
static <FROM,TO> Mapper<FROM,TO> |
mapper(Map<FROM,TO> map) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.