@FunctionalInterface public interface CheckedConsumer<T> extends Consumer<T>
default void
accept(T t)
void
acceptChecked(T t)
andThen
default void accept(T t)
accept
Consumer<T>
void acceptChecked(T t) throws Throwable
Throwable
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.