Skip to content

Instantly share code, notes, and snippets.

@stephen-lazaro
Created October 4, 2018 18:55
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 stephen-lazaro/454f9ee64a3c152ba675854fe182f8f0 to your computer and use it in GitHub Desktop.
Save stephen-lazaro/454f9ee64a3c152ba675854fe182f8f0 to your computer and use it in GitHub Desktop.
def getId(row: Row): Either[Throwable, Int] = Try(row.getCell(0).toInt).toEither
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment