Class RestrictionExistsPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.String>

    public class RestrictionExistsPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Predicate to test if a given restriction uid maps to an existing restriction.

    Returns TRUE if the restriction exists; FALSE otherwise.

    • Constructor Detail

      • RestrictionExistsPredicate

        public RestrictionExistsPredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.String target)
        Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception is correctly handled in the catch clause.
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>