Skip to content

alexmsmartins/UsefullScalaStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A few tools that I find useful when programming in Scala.

Namely:

  • a mapcar like implementation
  • a loggerWrapper trait for SLF4J where every method where it makes sense returns a parameterized type T instead of Unit.

The loggerWrapper makes it easy to turn something like:

methodOne(methodTwo(2, 3), "String")

into

methodOne(debug("MethodTwo returns {}.", methodTwo(2, 3)), "String")

The build state of UsefullScalaStuff is Build Status

About

Simple classes, scripts and functions that I write for Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages