Quantcast
Viewing all articles
Browse latest Browse all 10

How to set default values for Scala method parameters

How to set default values for Scala method parameters

This is an excerpt from the Scala Cookbook (partially modified for the internet). This is Recipe 5.3, “How to set default values for Scala method parameters.”

Problem

You want to set default values for method parameters so the method can optionally be called without those parameters having to be assigned.


Viewing all articles
Browse latest Browse all 10

Trending Articles