public static interface JkUtilsThrowable.ThrowingConsumer<T,E extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t) |
static <T,E extends java.lang.Throwable> |
unchecked(JkUtilsThrowable.ThrowingConsumer<T,E> consumer) |
static <T,E extends java.lang.Throwable> java.util.function.Consumer<T> unchecked(JkUtilsThrowable.ThrowingConsumer<T,E> consumer)