![JAR search and dependency download from the Maven repository](/logo.png)
de.scravy.bedrock.HasLengthAtLeast Maven / Gradle / Ivy
package de.scravy.bedrock;
import javax.annotation.Nonnegative;
@FunctionalInterface
public interface HasLengthAtLeast {
/**
* Checks whether this has at least that much elements.
*/
boolean lengthAtLeast(@Nonnegative final int length);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy