Asterisk in val name using Scala -
just saw example looks following:
val b_* = grater[book].asobject(dbo)
what significance of asterisk in b_*
here? what's name in scala , affect have on outcome of b_
?
asterisk valid in scala variable , value names, many other characters not allowed in in identifier names in java or other c-like languages. see valid identifier characters in scala more info.
however, because can done doesn't mean should done. eye, it's not obvious @ value represents.
Comments
Post a Comment