
org.leibnizcenter.util.StringFeature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rechtspraak Show documentation
Show all versions of rechtspraak Show documentation
Java library for consuming the Rechtspraak.nl API
package org.leibnizcenter.util;
/**
* Created by maarten on 31-3-16.
*/
public interface StringFeature {
boolean apply(String s);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy