Class AggregatorUtil.IsElementAggregated

  • All Implemented Interfaces:
    Predicate<Element>
    Enclosing class:
    AggregatorUtil

    public static class AggregatorUtil.IsElementAggregated
    extends uk.gov.gchq.koryphe.predicate.KoryphePredicate<Element>
    • Constructor Detail

      • IsElementAggregated

        public IsElementAggregated​(Schema schema)
      • IsElementAggregated

        public IsElementAggregated​(Collection<String> aggregatedGroups)
    • Method Detail

      • test

        public boolean test​(Element element)