runningReduceIndexed

@JvmName(name = "runningReduceIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function3_of_Int_and_S_and_T_and_S_end")
inline fun <S, T : S, ID : Any> Field<ID, Iterable<T>>.runningReduceIndexed(crossinline operation: (Int, S, T) -> S): Field<ID, List<S>>
@JvmName(name = "runningReduceIndexed_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_S_and_T_and_S_end_end")
fun <S, T : S, ID : Any> Iterable<T>.runningReduceIndexed(operation: Field<ID, (Int, S, T) -> S>): Field<ID, List<S>>
@JvmName(name = "runningReduceIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_S_and_T_and_S_end_end")
fun <S, T : S, ID : Any> Field<ID, Iterable<T>>.runningReduceIndexed(operation: Field<ID, (Int, S, T) -> S>): Field<ID, List<S>>