Skip to content

Instantly share code, notes, and snippets.

@bijukunjummen
Created March 16, 2021 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bijukunjummen/4c148d801c81f41d7c442f6a403406fc to your computer and use it in GitHub Desktop.
Save bijukunjummen/4c148d801c81f41d7c442f6a403406fc to your computer and use it in GitHub Desktop.
fun parseUrl(url: String): Try<URL> {
    return Try.of {
        URL(url)
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment