toggle menu
commons
3.1.0
jvm
switch theme
search in API
core
/
eth.likespro.commons.models.value
/
Iteration
Iteration
@
Serializable
data
class
Iteration
(
val
value
:
Long
)
:
Value
,
Validatable
<
Iteration
>
Members
Constructors
Iteration
Link copied to clipboard
constructor
(
value
:
Long
)
Types
Is
Invalid
Exception
Link copied to clipboard
class
IsInvalidException
(
val
message
:
String
)
:
RuntimeException
Properties
value
Link copied to clipboard
val
value
:
Long
Functions
throw
If
Invalid
Link copied to clipboard
open
override
fun
throwIfInvalid
(
)
:
Iteration
validate
Link copied to clipboard
open
fun
validate
(
)
:
Boolean
validated
Or
Null
Link copied to clipboard
open
fun
validatedOrNull
(
)
:
Iteration
?