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