map

fun <T, R> Frame<T>.map(transform: (T) -> R): Frame<R>(source)