ExtensionSet extension

on

Methods

isLengthBetween(int minLength, int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is BETWEEN minLength to maxLength.
isLengthEqualTo(int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is EQUAL than maxLength.
isLengthGreaterOrEqual(int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is GREATER OR EQUAL to maxLength.
isLengthGreaterThan(int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is GREATER than maxLength.
isLengthLowerOrEqual(int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is LOWER OR EQUAL to maxLength.
isLengthLowerThan(int maxLength) bool

Available on Set, provided by the ExtensionSet extension

Checks if length of set is LOWER than maxLength.
isNull() bool

Available on Set, provided by the ExtensionSet extension

Checks if data is null.
isNullOrBlank() bool

Available on Set, provided by the ExtensionSet extension

Checks if data is null or Blank (Empty or only contains whitespace).