toggle menu
vc-k
5.7.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.data.validation.third_party.kotlin.collections
Package-level
declarations
Functions
Functions
require
Distinct
Link copied to clipboard
fun
<
ValueType
,
KeyType
>
Iterable
<
ValueType
>
.
requireDistinct
(
identifier
:
(
ValueType
)
->
KeyType
)
require
Distinct
Not
Null
Link copied to clipboard
fun
<
ValueType
,
KeyType
:
Any
>
Iterable
<
ValueType
>
.
requireDistinctNotNull
(
identifier
:
(
ValueType
)
->
KeyType
?
)
require
Is
Not
Empty
Link copied to clipboard
fun
<
T
>
Collection
<
T
>
.
requireIsNotEmpty
(
)