JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.spotify.futures
Interface FuturesExtra.AsyncFunction5<Z,
A,
B,
C,
D,
E>
Enclosing class:
FuturesExtra
public static interface
FuturesExtra.AsyncFunction5<Z,
A,
B,
C,
D,
E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
com.google.common.util.concurrent.ListenableFuture<
Z
>
apply
(
A
a,
B
b,
C
c,
D
d,
E
e)
Method Details
apply
com.google.common.util.concurrent.ListenableFuture<
Z
>
apply
(
A
a,
B
b,
C
c,
D
d,
E
e)
throws
Exception
Throws:
Exception