filterIndexed

@JvmName(name = "filterIndexed_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_Function2_of_Int_and_Boolean_and_Boolean_end")
inline fun <ID : Any> Field<ID, BooleanArray>.filterIndexed(crossinline predicate: (Int, Boolean) -> Boolean): Field<ID, List<Boolean>>
@JvmName(name = "filterIndexed_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Boolean_and_Boolean_end_end")
fun <ID : Any> BooleanArray.filterIndexed(predicate: Field<ID, (Int, Boolean) -> Boolean>): Field<ID, List<Boolean>>
@JvmName(name = "filterIndexed_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Boolean_and_Boolean_end_end")
fun <ID : Any> Field<ID, BooleanArray>.filterIndexed(predicate: Field<ID, (Int, Boolean) -> Boolean>): Field<ID, List<Boolean>>