@FunctionalInterface public interface ThrowingConsumer<T>
Modifier and Type | Method and Description |
---|---|
void |
accept(T var1) |
default ThrowingConsumer<T> |
andThen(ThrowingConsumer<? super T> after) |
static <T> ThrowingConsumer<T> |
identity() |
static <T> ThrowingConsumer<T> identity()
default ThrowingConsumer<T> andThen(ThrowingConsumer<? super T> after)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.