Scala @ operator
Posted
by lowercase
on Stack Overflow
See other posts from Stack Overflow
or by lowercase
Published on 2010-03-01T20:55:41Z
Indexed on
2010/04/07
0:53 UTC
Read the original article
Hit count: 263
What does scala @ operator do?
For example at this page there is a something like this
case x @ Some(Nil) => x
© Stack Overflow or respective owner