Class GroupFinder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupFinder​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(CommandGroupMetadata group)  
      • Methods inherited from class java.lang.Object

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

        and, negate, or
      • Methods inherited from interface org.apache.commons.collections4.Predicate

        test
    • Field Detail

      • name

        private final java.lang.String name
    • Constructor Detail

      • GroupFinder

        public GroupFinder​(java.lang.String name)