Package ch.memobase.kafka.utils.models
Class JoinedValues<T,U>
java.lang.Object
ch.memobase.kafka.utils.models.JoinedValues<T,U>
- Type Parameters:
T
- Type of left valueU
- Type of right value
Helper class to represent two values matched by key. The idea is to later merge these two values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JoinedValues
-
-
Method Details
-
getLeft
-
hasLeft
public boolean hasLeft() -
getRight
-
hasRight
public boolean hasRight()
-