Interface Consumer<T>
-
- Type Parameters:
T
-
public interface Consumer<T>
Facade for Java 8'sjava.util.reflect.Consumer
interface.
-
-
Field Summary
Fields Modifier and Type Field Description static Class<?>
CLASS
static Method
METHOD_accept__T
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-