Quantcast
Channel: Jontas » Scala
Viewing all articles
Browse latest Browse all 4

Scala lift create an empty box

$
0
0

Creating an empty box in scala lift is not hard, simply fill it with None.

var emptyBox:Box[MyThing] = Box(None);

Viewing all articles
Browse latest Browse all 4

Trending Articles