Class ValidUidPredicate

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

    @Deprecated(since="1811",
                forRemoval=true)
    public class ValidUidPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811 - no longer needed
    Validates if the Navigation Node UID is valid
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidUidPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.String target)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • 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
    • Constructor Detail

      • ValidUidPredicate

        public ValidUidPredicate()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • test

        public boolean test​(java.lang.String target)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>