filterKeys

@JvmName(name = "filterKeys_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Function1_of_K_and_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterKeys(crossinline predicate: (K) -> Boolean): Field<ID, Map<K, V>>
@JvmName(name = "filterKeys_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.filterKeys(predicate: Field<ID, (K) -> Boolean>): Field<ID, Map<K, V>>
@JvmName(name = "filterKeys_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterKeys(predicate: Field<ID, (K) -> Boolean>): Field<ID, Map<K, V>>