Class ParallelCategorizer

  • All Implemented Interfaces:
    Categorizer, java.util.function.Function<Node,​java.util.Set<Node>>

    public class ParallelCategorizer
    extends java.lang.Object
    implements Categorizer
    Combines multiple categorizers by applying all of them and returns the union of all categories.
    • Method Detail

      • apply

        public java.util.Set<Node> apply​(Node node)
        Specified by:
        apply in interface java.util.function.Function<Node,​java.util.Set<Node>>