- component1() - Method in class org.valiktor.constraints.CurrencyEquals
-
specifies the currency unit to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyIn
-
specifies the currencies to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyNotEquals
-
specifies the currency unit to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyNotIn
-
specifies the currencies to be compared
- copy(currency) - Method in class org.valiktor.constraints.CurrencyEquals
-
Represents a constraint that validate if the currency unit is equal to another value
- copy(currencies) - Method in class org.valiktor.constraints.CurrencyIn
-
Represents a constraint that validate if the currency unit is equal to one of the values
- copy(currency) - Method in class org.valiktor.constraints.CurrencyNotEquals
-
Represents a constraint that validate if the currency unit isn't equal to another value
- copy(currencies) - Method in class org.valiktor.constraints.CurrencyNotIn
-
Represents a constraint that validate if the currency unit isn't equal to any value
- CurrencyConstraintsKt - Class in org.valiktor.constraints
-
- CurrencyConstraintsKt() - Constructor for class org.valiktor.constraints.CurrencyConstraintsKt
-
- CurrencyEquals - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit is equal to another value
- CurrencyEquals(currency) - Constructor for class org.valiktor.constraints.CurrencyEquals
-
Represents a constraint that validate if the currency unit is equal to another value
- CurrencyIn - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit is equal to one of the values
- CurrencyIn(currencies) - Constructor for class org.valiktor.constraints.CurrencyIn
-
Represents a constraint that validate if the currency unit is equal to one of the values
- CurrencyNotEquals - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit isn't equal to another value
- CurrencyNotEquals(currency) - Constructor for class org.valiktor.constraints.CurrencyNotEquals
-
Represents a constraint that validate if the currency unit isn't equal to another value
- CurrencyNotIn - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit isn't equal to any value
- CurrencyNotIn(currencies) - Constructor for class org.valiktor.constraints.CurrencyNotIn
-
Represents a constraint that validate if the currency unit isn't equal to any value
- hasCurrencyEqualTo($this$hasCurrencyEqualTo, currency) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit is equal to another value
- hasCurrencyEqualTo($this$hasCurrencyEqualTo, currency) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit is equal to another value
- hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit is equal to one of the values
- hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit is equal to one of the values
- hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit is equal to one of the values
- hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit is equal to one of the values
- hasCurrencyNotEqualTo($this$hasCurrencyNotEqualTo, currency) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit isn't equal to another value
- hasCurrencyNotEqualTo($this$hasCurrencyNotEqualTo, currency) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit isn't equal to another value
- hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit isn't equal to any value
- hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the currency unit isn't equal to any value
- hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit isn't equal to any value
- hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the currency unit isn't equal to any value
- hasDecimalDigits($this$hasDecimalDigits, min, max) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney decimal digits (after decimal separator) is within the limits (min and max)
- hasDecimalDigits($this$hasDecimalDigits, min, max) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money decimal digits (after decimal separator) is within the limits (min and max)
- hashCode() - Method in class org.valiktor.constraints.CurrencyEquals
-
Represents a constraint that validate if the currency unit is equal to another value
- hashCode() - Method in class org.valiktor.constraints.CurrencyIn
-
Represents a constraint that validate if the currency unit is equal to one of the values
- hashCode() - Method in class org.valiktor.constraints.CurrencyNotEquals
-
Represents a constraint that validate if the currency unit isn't equal to another value
- hashCode() - Method in class org.valiktor.constraints.CurrencyNotIn
-
Represents a constraint that validate if the currency unit isn't equal to any value
- hasIntegerDigits($this$hasIntegerDigits, min, max) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney integer digits (before decimal separator) is within the limits (min and max)
- hasIntegerDigits($this$hasIntegerDigits, min, max) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money integer digits (before decimal separator) is within the limits (min and max)
- INSTANCE - Static variable in class org.valiktor.i18n.formatters.BigMoneyFormatter
-
Represents the formatter for BigMoney values
- INSTANCE - Static variable in class org.valiktor.i18n.formatters.MoneyFormatter
-
Represents the formatter for Money values
- isBetween($this$isBetween, start, end) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is between two
Number values
- isBetween($this$isBetween, start, end) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is between two
Number values
- isEqualTo($this$isEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to another BigMoney value
- isEqualTo($this$isEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to another
Number value
- isEqualTo($this$isEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to another Money value
- isEqualTo($this$isEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to another
Number value
- isGreaterThan($this$isGreaterThan, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is greater than another
Number value
- isGreaterThan($this$isGreaterThan, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is greater than another
Number value
- isGreaterThanOrEqualTo($this$isGreaterThanOrEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is greater than or equal to another
Number value
- isGreaterThanOrEqualTo($this$isGreaterThanOrEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is greater than or equal to another
Number value
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to one of the BigMoney values
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to one of the
Number values
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to one of the BigMoney values
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to one of the Money values
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to one of the
Number values
- isIn($this$isIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to one of the Money values
- isInNumber($this$isIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to one of the
Number values
- isInNumber($this$isIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to one of the
Number values
- isLessThan($this$isLessThan, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is less than another
Number value
- isLessThan($this$isLessThan, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is less than another
Number value
- isLessThanOrEqualTo($this$isLessThanOrEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is less than or equal to another
Number value
- isLessThanOrEqualTo($this$isLessThanOrEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is less than or equal to another
Number value
- isNegative($this$isNegative) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is negative
- isNegative($this$isNegative) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is negative
- isNegativeOrZero($this$isNegativeOrZero) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property isn't positive
- isNegativeOrZero($this$isNegativeOrZero) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property isn't positive
- isNotBetween($this$isNotBetween, start, end) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't between two
Number values
- isNotBetween($this$isNotBetween, start, end) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't between two
Number values
- isNotEqualTo($this$isNotEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property is equal to another BigMoney value
- isNotEqualTo($this$isNotEqualTo, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't equal to another
Number value
- isNotEqualTo($this$isNotEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property is equal to another Money value
- isNotEqualTo($this$isNotEqualTo, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't equal to another
Number value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't equal to any BigMoney value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't equal to any
Number value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't equal to any BigMoney value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't equal to any Money value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't equal to any
Number value
- isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't equal to any Money value
- isNotInNumber($this$isNotIn, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney number property isn't equal to any
Number value
- isNotInNumber($this$isNotIn, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money number property isn't equal to any
Number value
- isNotOne($this$isNotOne) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is not equal to one
- isNotOne($this$isNotOne) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is not equal to one
- isNotZero($this$isNotZero) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is not equal to zero
- isNotZero($this$isNotZero) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is not equal to zero
- isOne($this$isOne) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is equal to one
- isOne($this$isOne) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is equal to one
- isPositive($this$isPositive) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is positive
- isPositive($this$isPositive) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is positive
- isPositiveOrZero($this$isPositiveOrZero) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property isn't negative
- isPositiveOrZero($this$isPositiveOrZero) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property isn't negative
- isZero($this$isZero) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
-
Validates if the BigMoney property is equal to zero
- isZero($this$isZero) - Static method in class org.valiktor.functions.MoneyFunctionsKt
-
Validates if the Money property is equal to zero