Advanced Search
Stay Signed In
Don't have an account yet?
Start a Free Trial
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Scala for the Impatient
You can provide default arguments for functions that are used when you don’t specify explicit values. For example,
def decorate(str: String, left: String = "[", right: String = "]") = left + str + right
You are currently reading a PREVIEW of this book.
Get instant access to over $1 million worth of books and videos.