Class ElementJoinComparator
-
public class ElementJoinComparator extends uk.gov.gchq.koryphe.tuple.predicate.KoryphePredicate2<Element,Element>
AnElementJoinComparatoris aKoryphePredicate2that is used to compare if twoElements are equal. OptionalGroupByproperties can be set, and will then be used within the comparison also.
-
-
Constructor Summary
Constructors Constructor Description ElementJoinComparator()ElementJoinComparator(String... groupByProperties)ElementJoinComparator(Set<String> groupByProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getGroupByProperties()voidsetGroupByProperties(Set<String> groupByProperties)booleantest(Element element, Element element2)
-