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 void |
execute(Executable executable) |
static <FROM,TO> Mapper<FROM,TO> |
mapper(Map<FROM,TO> map) |
public static <T> boolean eval(Predicate<T> predicate, T target)
public static <FROM,TO> TO eval(Mapper<FROM,TO> mapper, FROM src)
public static <T> T call(Callable<T> callable)
public static <T> void call(Operation<T> operation, T arg)
public static void execute(Executable executable)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.