Class ElementJoinComparator
-
public class ElementJoinComparator extends uk.gov.gchq.koryphe.tuple.predicate.KoryphePredicate2<Element,Element>
AnElementJoinComparator
is aKoryphePredicate2
that is used to compare if twoElement
s are equal. OptionalGroupBy
properties 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()
void
setGroupByProperties(Set<String> groupByProperties)
boolean
test(Element element, Element element2)
-