JavaScript is disabled on your browser.
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.streams.kstream
Interface ValueMapper<V1,V2>
Type Parameters:
V1
- Original value type.
V2
- Mapped value type.
public interface
ValueMapper<V1,V2>
The KeyValueMapper interface for mapping an original value to a new value (could be another key-value pair).
Method Summary
Methods
Modifier and Type
Method and Description
V2
apply
(
V1
value)
Method Detail
apply
V2
apply(
V1
value)
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