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 Predicate<K,V>
Type Parameters:
K
- Key type.
V
- Value type.
public interface
Predicate<K,V>
The Predicate interface represents a predicate (boolean-valued function) of a key-value pair.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
K
key,
V
value)
Method Detail
test
boolean test(
K
key,
V
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