Class MarkFactoryListPredicate

  • All Implemented Interfaces:
    Predicate<MarkFactory>

    public class MarkFactoryListPredicate
    extends Object
    implements Predicate<MarkFactory>
    Mark factory filtering predicate based on a provided class name identifiers list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(MarkFactory markFactory)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Predicate

        and, negate, or
    • Constructor Detail

      • MarkFactoryListPredicate

        public MarkFactoryListPredicate​(List<String> markFactoryList)
    • Method Detail

      • test

        public boolean test​(MarkFactory markFactory)
        Specified by:
        test in interface Predicate<MarkFactory>