mapIndexedNotNull

@JvmName(name = "mapIndexedNotNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function2_of_Int_and_T_and_R_nullable_end")
inline fun <T, R : Any, ID : Any> Field<ID, Iterable<T>>.mapIndexedNotNull(crossinline transform: (Int, T) -> R?): Field<ID, List<R>>
@JvmName(name = "mapIndexedNotNull_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_T_and_R_nullable_end_end")
fun <T, R : Any, ID : Any> Iterable<T>.mapIndexedNotNull(transform: Field<ID, (Int, T) -> R?>): Field<ID, List<R>>
@JvmName(name = "mapIndexedNotNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_T_and_R_nullable_end_end")
fun <T, R : Any, ID : Any> Field<ID, Iterable<T>>.mapIndexedNotNull(transform: Field<ID, (Int, T) -> R?>): Field<ID, List<R>>