mapNotNull

@JvmName(name = "mapNotNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function1_of_T_and_R_nullable_end")
inline fun <T, R : Any, ID : Any> Field<ID, Iterable<T>>.mapNotNull(crossinline transform: (T) -> R?): Field<ID, List<R>>
@JvmName(name = "mapNotNull_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_R_nullable_end_end")
fun <T, R : Any, ID : Any> Iterable<T>.mapNotNull(transform: Field<ID, (T) -> R?>): Field<ID, List<R>>
@JvmName(name = "mapNotNull_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_R_nullable_end_end")
fun <T, R : Any, ID : Any> Field<ID, Iterable<T>>.mapNotNull(transform: Field<ID, (T) -> R?>): Field<ID, List<R>>