E
T
@FunctionalInterface public static interface Throwables.ThrowingConsumer<E,T extends Throwable>
void
accept(E e)
static <E,T extends Throwable>Consumer<E>
checked(Throwables.ThrowingConsumer<E,T> consumer)
void accept(E e) throws T extends Throwable
T extends Throwable
static <E,T extends Throwable> Consumer<E> checked(Throwables.ThrowingConsumer<E,T> consumer)
Copyright © 2023. All rights reserved.