mapByIndex

Creates a new Inspector containing the element for the given index from the original Inspector's List

Parameters

index

position in the list to point to

fun <D> Store<List<D>>.mapByIndex(index: Int): Store<D>

Creates a new Store containing the element for the given index from the original Store's List

Parameters

index

position in the list to point to