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