Skip to content

run safe

milan edited this page Jul 7, 2023 · 1 revision

//app/org.mjdev.balldontlie.repository.def/IRepository/Companion/runSafe

runSafe

[androidJvm]
fun <T> runSafe(block: () -> T): Result<T>

Clone this wiki locally