Quantcast
Channel: alvinalexander.com - field
Viewing all articles
Browse latest Browse all 31

A Scala implicit method argument and field example

$
0
0

UPDATE: This example shows how to create an implicit method in Scala 2.9 or older. You can use a slightly simpler approach with Scala 2.10 and newer, which I've documented in this Scala 2.10 implicit class example.

I'm not going to do much writing here today, but instead I'll just demonstrate how an implicit method argument works with implicit fields in Scala. Without any further ado, here's some code:

read more


Viewing all articles
Browse latest Browse all 31

Trending Articles