Skip navigation links
B C E F G H I J M O T 

B

BigMoneyFormatter - Class in org.valiktor.i18n.formatters
Represents the formatter for BigMoney values
BigMoneyFunctionsKt - Class in org.valiktor.functions
 

C

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
 
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

E

equals(p) - Method in class org.valiktor.constraints.CurrencyEquals
 
equals(p) - Method in class org.valiktor.constraints.CurrencyIn
 
equals(p) - Method in class org.valiktor.constraints.CurrencyNotEquals
 
equals(p) - Method in class org.valiktor.constraints.CurrencyNotIn
 

F

format(value, messageBundle) - Method in class org.valiktor.i18n.formatters.BigMoneyFormatter
 
format(value, messageBundle) - Method in class org.valiktor.i18n.formatters.MoneyFormatter
 

G

getCurrencies() - Method in class org.valiktor.constraints.CurrencyIn
specifies the currencies to be compared
getCurrencies() - Method in class org.valiktor.constraints.CurrencyNotIn
specifies the currencies to be compared
getCurrency() - Method in class org.valiktor.constraints.CurrencyEquals
specifies the currency unit to be compared
getCurrency() - Method in class org.valiktor.constraints.CurrencyNotEquals
specifies the currency unit to be compared
getFormatters() - Method in class org.valiktor.i18n.JodaMoneyFormatterSpi
specifies the Set of JodaMoney formatters
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyEquals
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyIn
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyNotIn
 

H

hasCurrencyEqualTo($receiver, currency) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit is equal to another value
hasCurrencyEqualTo($receiver, currency) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit is equal to another value
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyNotEqualTo($receiver, currency) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit isn't equal to another value
hasCurrencyNotEqualTo($receiver, currency) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit isn't equal to another value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit isn't equal to any value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the currency unit isn't equal to any value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit isn't equal to any value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the currency unit isn't equal to any value
hasDecimalDigits($receiver, 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($receiver, 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
 
hashCode() - Method in class org.valiktor.constraints.CurrencyIn
 
hashCode() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
hashCode() - Method in class org.valiktor.constraints.CurrencyNotIn
 
hasIntegerDigits($receiver, 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($receiver, 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)

I

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($receiver, start, end) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is between two Number values
isBetween($receiver, start, end) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is between two Number values
isEqualTo($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to another BigMoney value
isEqualTo($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to another Number value
isEqualTo($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to another Money value
isEqualTo($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to another Number value
isGreaterThan($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is greater than another Number value
isGreaterThan($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is greater than another Number value
isGreaterThanOrEqualTo($receiver, 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($receiver, 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($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to one of the BigMoney values
isIn($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to one of the Number values
isIn($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to one of the BigMoney values
isIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to one of the Money values
isIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to one of the Number values
isIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to one of the Money values
isInNumber($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to one of the Number values
isInNumber($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to one of the Number values
isLessThan($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is less than another Number value
isLessThan($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is less than another Number value
isLessThanOrEqualTo($receiver, 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($receiver, 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($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is negative
isNegative($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is negative
isNegativeOrZero($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property isn't positive
isNegativeOrZero($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property isn't positive
isNotBetween($receiver, start, end) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't between two Number values
isNotBetween($receiver, start, end) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't between two Number values
isNotEqualTo($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property is equal to another BigMoney value
isNotEqualTo($receiver, value) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't equal to another Number value
isNotEqualTo($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property is equal to another Money value
isNotEqualTo($receiver, value) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't equal to another Number value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't equal to any BigMoney value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't equal to any Number value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't equal to any BigMoney value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't equal to any Money value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't equal to any Number value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't equal to any Money value
isNotInNumber($receiver, values) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney number property isn't equal to any Number value
isNotInNumber($receiver, values) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money number property isn't equal to any Number value
isNotOne($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is not equal to one
isNotOne($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is not equal to one
isNotZero($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is not equal to zero
isNotZero($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is not equal to zero
isOne($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is equal to one
isOne($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is equal to one
isPositive($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is positive
isPositive($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is positive
isPositiveOrZero($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property isn't negative
isPositiveOrZero($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property isn't negative
isZero($receiver) - Static method in class org.valiktor.functions.BigMoneyFunctionsKt
Validates if the BigMoney property is equal to zero
isZero($receiver) - Static method in class org.valiktor.functions.MoneyFunctionsKt
Validates if the Money property is equal to zero

J

JodaMoneyFormatterSpi - Class in org.valiktor.i18n
Represents the implementation for service provider interface for JodaMoney formatters
JodaMoneyFormatterSpi() - Constructor for class org.valiktor.i18n.JodaMoneyFormatterSpi
Represents the implementation for service provider interface for JodaMoney formatters
JodaMoneyUtilsKt - Class in org.valiktor
 

M

MoneyFormatter - Class in org.valiktor.i18n.formatters
Represents the formatter for Money values
MoneyFunctionsKt - Class in org.valiktor.functions
 

O

org.valiktor - package org.valiktor
 
org.valiktor.constraints - package org.valiktor.constraints
 
org.valiktor.functions - package org.valiktor.functions
 
org.valiktor.i18n - package org.valiktor.i18n
 
org.valiktor.i18n.formatters - package org.valiktor.i18n.formatters
 

T

toString() - Method in class org.valiktor.constraints.CurrencyEquals
 
toString() - Method in class org.valiktor.constraints.CurrencyIn
 
toString() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
toString() - Method in class org.valiktor.constraints.CurrencyNotIn
 
B C E F G H I J M O T 
Skip navigation links