sdk-common / com.tomtom.online.sdk.common.functional / CheckedFunction1 / asUnchecked

asUnchecked

open fun asUnchecked(): ((A) -> R)!

Produces unchecked function from this function wrapping the possibly thrown exception in runtime exception.

Return
((A) -> R)!: Unchecked version of this function.