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 java.lang.Class<?>
CLASS
static java.lang.reflect.Method
METHOD_accept__T
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
-
-
Method Detail
-
accept
void accept(T t)
-
-