
com.vladsch.flexmark.util.format.NumericSuffixPredicate Maven / Gradle / Ivy
package com.vladsch.flexmark.util.format;
import org.jetbrains.annotations.NotNull;
import java.util.function.Predicate;
public interface NumericSuffixPredicate extends Predicate {
default boolean sortSuffix(@NotNull String suffix) {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy