map

open fun <R> map(@NotNull mapper: @NotNull (T) -> R): @NotNull FloatFunction<R>

Maps this function to new type

Return

mapped function

Parameters

mapper

mapper

<R>

return type