Skip to content

Instantly share code, notes, and snippets.

@bdarfler
Created May 23, 2018 16:58
Show Gist options
  • Save bdarfler/b2c00da6c91aea5ed88de37ce3aa197f to your computer and use it in GitHub Desktop.
Save bdarfler/b2c00da6c91aea5ed88de37ce3aa197f to your computer and use it in GitHub Desktop.
val wLength = wordsIndexedSeq.map( _.length )
val wCaps = wordsIndexedSeq.map( isCapitalized )
(wLength, wCaps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment