Byname

Scala

Scala - By-Name Parameters

• By-name parameters in Scala delay evaluation until the parameter is actually used, enabling lazy evaluation patterns and control structure abstractions without macros or special compiler support.

Read more →