Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.18 KB | None | 0 0
  1. getDataMap.foreach {
  2.             case (key, fun) =>
  3.                 _statusPacket addDelim()
  4.                 _statusPacket addRaw key
  5.                 _statusPacket addRaw ','.asInstanceOf[Byte]
  6.                 _statusPacket addRaw fun()
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement