Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 746 Bytes

File metadata and controls

8 lines (8 loc) · 746 Bytes

ScalaCommon

Utility Scala functionality and extensions, used in my various projects. A brief summary of the major packages follows.

  • guice Extensions to scala-guice
  • os (Hopefully) OS agnostic utilities
  • rich Extension methods for collections, primitives, and a lot of added Scalaz functionality
  • storage Abstract storage as a key-value mapping, along with an implementation for Slick
  • test Extensions for ScalaTest
  • Other odds and ends: mutable and immutable UnionFind, a memoized Map/Function, LRUCache, etc.