Companion

Functions

Link copied to clipboard
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

Link copied to clipboard

FilterIndex instance definition for List.

Link copied to clipboard
fun <K, V> map(): FilterIndex<Map<K, V>, K, V>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

FilterIndex instance for String. It allows filtering of every Char in a String by its index's position.