@FunctionalInterface public interface Closure<V,X extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
V |
run() |
static <V> Closure<V,Exception> |
valueOf(Callable<V> callable) |
static Closure<Void,RuntimeException> |
valueOf(Runnable runnable) |
Copyright © 2015–2016 Zalando SE. All rights reserved.