JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.azure.android.core.util
Interface BiConsumer<T,U>
Type Parameters:
T
- The type of the first input.
U
- The type of the second input.
public interface
BiConsumer<T,U>
Type representing an operation that accepts two input arguments.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
accept
(
T
t,
U
u)
Performs the operation on the given two inputs.
Method Detail
accept
void accept(
T
t,
U
u)
Performs the operation on the given two inputs.
Parameters:
t
- The first input.
u
- The second input.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method