public interface Consumer<T>
java.util.reflect.Consumer interface.| Modifier and Type | Field and Description |
|---|---|
static Class<?> |
CLASS |
static Method |
METHOD_accept__T |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
Copyright © 2019. All rights reserved.