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

com.simplaex.bedrock.HasLengthAtLeast Maven / Gradle / Ivy

package com.simplaex.bedrock;

import javax.annotation.Nonnull;

@FunctionalInterface
public interface HasLengthAtLeast {
  /**
   * Checks whether this has at least that much elements.
   */
  boolean lengthAtLeast(@Nonnull final int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy