Interface IterableChecks<C>

All Known Implementing Classes:
ArrayChecks, CollectionChecks, StringChecks

public interface IterableChecks<C>
  • Method Details

    • hasLength

      C hasLength(Consumer<IntChecks> lengthChecks)
      Performs checks on the length of the iterable.
      Parameters:
      lengthChecks - The checks to perform
    • hasLength

      IntChecks hasLength()
    • isNotEmpty

      C isNotEmpty()
      Checks that the iterable is not empty.