@FunctionalInterface
public interface Consumer1<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value) |
default Consumer1<T> |
andThen(Consumer1<T> after) |
default Function1<T,Nothing> |
asFunction() |
static <T> Consumer1<T> |
of(Consumer1<T> reference) |
default Function1<T,T> |
peek() |