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

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