collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.lists
/
FieldedCollectionsExtensions
/
requireNoNulls
require
No
Nulls
@
JvmName
(
name
=
"requireNoNulls_with_it_unibo_collektive_aggregate_Field_of_collections_List_of_T_nullable_end_end"
)
fun
<
T
:
Any
,
ID
:
Any
>
Field
<
ID
,
List
<
T
?
>
>
.
requireNoNulls
(
)
:
Field
<
ID
,
List
<
T
>
>