public static class BipartitenessCheck.CombineFunction extends Object implements org.apache.kafka.streams.kstream.Reducer<Candidates>
Constructor and Description |
---|
CombineFunction() |
Modifier and Type | Method and Description |
---|---|
Candidates |
apply(Candidates c1,
Candidates c2)
Implements reduce method of ReduceFunction interface.
|
public Candidates apply(Candidates c1, Candidates c2)
apply
in interface org.apache.kafka.streams.kstream.Reducer<Candidates>
c1
- The first value to combine.c2
- The second value to combine.Copyright © 2020. All rights reserved.