JavaScript is disabled on your browser.
Skip navigation links
Overview
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
Package
fj.api
Interface TaskBiConsumer<T,
U>
public interface
TaskBiConsumer<T,
U>
Author:
Dennis Cosgrove
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
InterruptedException
,
ExecutionException
Throws:
InterruptedException
ExecutionException