Interface Check


  • public interface Check
    • Method Detail

      • collectionSizeMax

        static Check collectionSizeMax​(int upperBound)
      • collectionSizeMin

        static Check collectionSizeMin​(int lowerBound)
      • collectionSize

        static Check collectionSize​(int lowerBound,
                                    int upperBound)
      • isOk

        boolean isOk​(Object toCheck)
      • getMessage

        String getMessage()