Class GroupIsEmpty

  • All Implemented Interfaces:
    com.google.common.base.Predicate<String>, Predicate<String>

    public final class GroupIsEmpty
    extends Object
    implements com.google.common.base.Predicate<String>
    • Method Detail

      • apply

        public boolean apply​(String groupName)
        Specified by:
        apply in interface com.google.common.base.Predicate<String>