Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.15 KB | None | 0 0
  1. def a(f: (Int, Int, Int) => Unit): Unit = ???
  2.  
  3. def b(x: Int, y: Int): String = ???
  4.  
  5. def c(x: String, z: Int): Unit = ???
  6.  
  7. a((x, y, z) => c(b(x, y), z))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement