fromIso

fun <S, A, I, B> fromIso(FI: FilterIndex<A, I, B>, iso: Iso<S, A>): FilterIndex<S, I, B>

Lift an instance of FilterIndex using an Iso