Guest User

Untitled

a guest
Oct 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def both = stealUserNameAndId {case ((username, id)) =>
  2. Action {
  3. Ok(username + " " + id)
  4. }
  5. }
Add Comment
Please, Sign In to add comment