Skip to content

reactormonk/scala-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-counter

A Counter class for Scala

Install

For sbt, use:

libraryDependencies += "org.reactormonk" %% "counter" % "1.3.3"

or when you prefer the seq approach:

"org.reactormonk" %% "counter" % "1.3.3",

Use

Read the source or use completion. Should be self-explanitory. toCounter exists so you can typecast a Counter to another Numeric type.

Thanks

  • To tpolecat for the Numeric implicits help.

About

A Counter class for Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages