public interface Calls
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
call(Callable<T> func) |
static <T> T |
call(Callable<T> func,
Function<Exception,RuntimeException> xfunc) |
static <T> T |
callWithTime(Callable<T> task,
BiConsumer<Duration,Exception> timeConsumer) |
static void |
callWithTime(Runnable task,
Consumer<Duration> durationConsumer) |
static <T,R> Function<T,R> |
func(Function<T,Callable<R>> function) |
Copyright © 2012–2017 MARID software development group. All rights reserved.