JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
java.util.function
Consumer
Contents
Description
Method Summary
Method Details
accept(T)
Hide sidebar
Show sidebar
Interface Consumer<
T
>
public interface
Consumer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
t)
Method Details
accept
void
accept
(
T
t)