filterIndex
fun <T, S, I, A> Traversal<T, S>.filterIndex(filter: FilterIndex<S, I, A>, predicate: Predicate<I>): Traversal<T, A>
DSL to compose FilterIndex with an Traversal for a structure S to focus in on A at given index I
Receiver
Return
Parameters
filter
FilterIndex instance to provide a Optional to focus into S at I