@FunctionalInterface public interface ThrowableConsumer<T,X extends Throwable>
void
accept(T t)
default ThrowableConsumer<T,X>
andThen(ThrowableConsumer<? super T,X> after)
void accept(T t) throws X extends Throwable
X extends Throwable
default ThrowableConsumer<T,X> andThen(ThrowableConsumer<? super T,X> after)
Copyright © 2023 wuyushuo. All rights reserved.