imap

fun <T, U> imap(f: Function<T, U>, vararg lists: List<T>): Iterable<U>