runningFoldIndexed

@JvmName(name = "runningFoldIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_R_and_Function3_of_Int_and_R_and_T_and_R_end")
inline fun <T, R, ID : Any> Field<ID, Iterable<T>>.runningFoldIndexed(initial: R, crossinline operation: (Int, R, T) -> R): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_R_end_and_Function3_of_Int_and_R_and_T_and_R_end")
inline fun <T, R, ID : Any> Iterable<T>.runningFoldIndexed(initial: Field<ID, R>, crossinline operation: (Int, R, T) -> R): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_R_end_and_Function3_of_Int_and_R_and_T_and_R_end")
inline fun <T, R, ID : Any> Field<ID, Iterable<T>>.runningFoldIndexed(initial: Field<ID, R>, crossinline operation: (Int, R, T) -> R): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_collections_Iterable_of_T_end_and_R_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_R_and_T_and_R_end_end")
fun <T, R, ID : Any> Iterable<T>.runningFoldIndexed(initial: R, operation: Field<ID, (Int, R, T) -> R>): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_R_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_R_and_T_and_R_end_end")
fun <T, R, ID : Any> Field<ID, Iterable<T>>.runningFoldIndexed(initial: R, operation: Field<ID, (Int, R, T) -> R>): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_R_end_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_R_and_T_and_R_end_end")
fun <T, R, ID : Any> Iterable<T>.runningFoldIndexed(initial: Field<ID, R>, operation: Field<ID, (Int, R, T) -> R>): Field<ID, List<R>>
@JvmName(name = "runningFoldIndexed_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_R_end_and_it_unibo_collektive_aggregate_Field_of_Function3_of_Int_and_R_and_T_and_R_end_end")
fun <T, R, ID : Any> Field<ID, Iterable<T>>.runningFoldIndexed(initial: Field<ID, R>, operation: Field<ID, (Int, R, T) -> R>): Field<ID, List<R>>