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

com.github.azbh111.utils.java.predicate.DoublePredicate Maven / Gradle / Ivy

The newest version!
package com.github.azbh111.utils.java.predicate;

/**
 *
 * @author pyz
 * @date 2019/3/30 4:10 PM
 */
@FunctionalInterface
public interface DoublePredicate {
    boolean test(double in);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy