Suite • opensavvy.prepared.suite • map
map
Creates a new Prepared which is the result of calling block on the input prepared value.
Parameters
fun <I, O> PreparedProvider<I>.map(block: (I) -> O): PreparedProvider<O>
Creates a new PreparedProvider which is the result of calling block on the input prepared provider.