JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jakarta.faces
Package
com.sun.faces.util
Interface Util.ThrowingBiConsumer<T,
U>
Enclosing class:
Util
public static interface
Util.ThrowingBiConsumer<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)
throws
Exception
Throws:
Exception