Interface NumericSuffixPredicate

All Superinterfaces:
Predicate<String>

public interface NumericSuffixPredicate extends Predicate<String>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    sortSuffix(@NotNull String suffix)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • sortSuffix

      default boolean sortSuffix(@NotNull @NotNull String suffix)