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