vc-k
Toggle table of contents
7.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.data.validation.third_party.kotlin.collections
/
requireIsNotNullOrEmpty
require
Is
Not
Null
Or
Empty
inline
fun
<
T
>
Collection
<
T
>
?
.
requireIsNotNullOrEmpty
(
lazyMessage
:
(
)
->
Any
=
{ "Collection must neither be null nor empty." }
)
(
source
)