Quantcast
Channel: remove
Viewing all articles
Browse latest Browse all 10

Scala Seq class: methods, examples, and syntax

$
0
0

Scala Seq class: methods, examples, and syntax

This page contains a large collection of examples of how to use the methods on the Scala Seq class.

Important note about Seq, IndexedSeq, and LinearSeq

As an important note, I use Seq in the following examples to keep things simple, but in your code you should be more precise and use IndexedSeq or LinearSeq where appropriate. As the Seq class Scaladoc states:


Viewing all articles
Browse latest Browse all 10

Trending Articles