T - the type of the input to the operation@ConsumerType @FunctionalInterface public interface CheckedConsumer<T>
Consumer is expected
to operate via side-effects.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
default CheckedConsumer<T> |
andThen(CheckedConsumer<? super T> after) |
static <T> CheckedConsumer<T> |
from(Consumer<T> consumer) |
static <T> CheckedConsumer<T> from(Consumer<T> consumer)
default CheckedConsumer<T> andThen(CheckedConsumer<? super T> after)
Copyright © 2013–2020 Adobe. All rights reserved.