![JAR search and dependency download from the Maven repository](/logo.png)
com.ociweb.pronghorn.util.PoolIdxPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pronghorn Show documentation
Show all versions of Pronghorn Show documentation
Primary dependency for any project using the Pronghorn framework
The newest version!
package com.ociweb.pronghorn.util;
public interface PoolIdxPredicate {
/**
*
* @param i the value in question, is this value i an acceptable choice
* @return true if this is an acceptable choice, does not guarantee that is is chosen.
*/
boolean isOk(int i);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy