All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apamatesoft.validator.functions.Validate Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package com.apamatesoft.validator.functions;

@FunctionalInterface
public interface Validate {
    boolean invoke(String evaluate);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy