Interface NumericSuffixPredicate

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

    public interface NumericSuffixPredicate
    extends java.util.function.Predicate<java.lang.String>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean sortSuffix​(java.lang.String suffix)  
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test
    • Method Detail

      • sortSuffix

        default boolean sortSuffix​(@NotNull
                                   java.lang.String suffix)