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
org.apache.kafka.common
Interface KafkaFuture.BaseFunction<A,B>
All Known Implementing Classes:
KafkaFuture.Function
Enclosing class:
KafkaFuture
<
T
>
public static interface
KafkaFuture.BaseFunction<A,B>
A function which takes objects of type A and returns objects of type B.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
B
apply
(
A
a)
Method Detail
apply
B
apply(
A
a)
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