@API(status=STABLE) @FunctionalInterface public interface ThrowingConsumer<T,X extends Throwable> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t) |
void |
tryAccept(T t) |
Copyright © 2015–2018 Zalando SE. All rights reserved.