Skip to content

Instantly share code, notes, and snippets.

@MarounMaroun
Last active July 13, 2016 17:07
Show Gist options
  • Select an option

  • Save MarounMaroun/55376421d38623b92ec3504108198b2d to your computer and use it in GitHub Desktop.

Select an option

Save MarounMaroun/55376421d38623b92ec3504108198b2d to your computer and use it in GitHub Desktop.
def fromCustomFunc(customFunc: String => java.util.List[String]) = {
def readFile(fn: String) = { customFunc(fn) }
getMyObject(readFile)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment