slice

@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_collections_Iterable_of_Int_end")
fun <ID : Any> Field<ID, BooleanArray>.slice(indices: Iterable<Int>): Field<ID, List<Boolean>>
@JvmName(name = "slice_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Int_end_end")
fun <ID : Any> BooleanArray.slice(indices: Field<ID, Iterable<Int>>): Field<ID, List<Boolean>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Int_end_end")
fun <ID : Any> Field<ID, BooleanArray>.slice(indices: Field<ID, Iterable<Int>>): Field<ID, List<Boolean>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_ranges_IntRange")
fun <ID : Any> Field<ID, BooleanArray>.slice(indices: IntRange): Field<ID, List<Boolean>>
@JvmName(name = "slice_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <ID : Any> BooleanArray.slice(indices: Field<ID, IntRange>): Field<ID, List<Boolean>>
@JvmName(name = "slice_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <ID : Any> Field<ID, BooleanArray>.slice(indices: Field<ID, IntRange>): Field<ID, List<Boolean>>