Skip navigation links
C F G L M N O R 

C

ch.frostnova.util.check - package ch.frostnova.util.check
 
Check - Class in ch.frostnova.util.check
Check class for argument validation.
CheckCollection - Class in ch.frostnova.util.check
Utility methods to perform checks on collections
CheckNumber - Class in ch.frostnova.util.check
Utility methods to perform checks on numbers
CheckString - Class in ch.frostnova.util.check
Utility methods to perform checks on strings

F

format(Pattern) - Static method in class ch.frostnova.util.check.CheckString
Check that the string's format matches the given pattern
format(Pattern, String) - Static method in class ch.frostnova.util.check.CheckString
Check that the string's format matches the given pattern

G

greaterThan(Number) - Static method in class ch.frostnova.util.check.CheckNumber
Check that the number greater than a given value

L

lessThan(Number) - Static method in class ch.frostnova.util.check.CheckNumber
Check that the number less than a given value

M

max(int) - Static method in class ch.frostnova.util.check.CheckCollection
Check that the collection contains a maximum number of elements
max(Number) - Static method in class ch.frostnova.util.check.CheckNumber
Check that the number is not larger than 'max'
max(int) - Static method in class ch.frostnova.util.check.CheckString
Check that the string contains no more than 'max' characters
min(int) - Static method in class ch.frostnova.util.check.CheckCollection
Check that the collection contains a minimum number of elements
min(Number) - Static method in class ch.frostnova.util.check.CheckNumber
Check that the number is not smaller than 'min'
min(int) - Static method in class ch.frostnova.util.check.CheckString
Check that the string contains at least 'min' characters

N

noNullElements() - Static method in class ch.frostnova.util.check.CheckCollection
Check that the collection does not contain any null elements
notBlank() - Static method in class ch.frostnova.util.check.CheckString
Check that the string is not empty (string with whitespace characters only)
notEmpty() - Static method in class ch.frostnova.util.check.CheckCollection
Check that the collection is not empty.
notEmpty() - Static method in class ch.frostnova.util.check.CheckString
Check that the string is not empty (string with no characters)

O

optional(T, String, Consumer<? super T>...) - Static method in class ch.frostnova.util.check.Check
Perform checks on an optional value.

R

required(T, String, Consumer<? super T>...) - Static method in class ch.frostnova.util.check.Check
Perform checks on a required value (must not be null).
C F G L M N O R 
Skip navigation links