Skip to content

scala/scala-collection-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Collection Contrib

This module provides extra features to the Scala standard collections.

New Collection Types

  • MultiSet (both mutable and immutable)
  • SortedMultiSet (both mutable and immutable)
  • MultiDict (both mutable and immutable)
  • SortedMultiDict (both mutable and immutable)

New Operations

The new operations are provided via an implicit enrichment. You need to add the following import to make them available:

import scala.collection.decorators._

The following operations are provided:

  • Seq
    • intersperse
    • replaced
  • Map
    • zipByKey / join / zipByKeyWith
    • mergeByKey / fullOuterJoin / mergeByKeyWith / leftOuterJoin / rightOuterJoin

About

community-contributed additions to the Scala 2.13 collections

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 24

Languages