scala-hamsters / hamsters

A mini Scala utility library
Apache License 2.0
291 stars 23 forks source link

Implements show for other types #41

Closed dgouyette closed 7 years ago

dgouyette commented 7 years ago

Now show only supports String and Int. We should support all the numeric primitives, java.util.Date. java.time.*Date ...

loicdescotte commented 7 years ago

Related to https://github.com/scala-hamsters/hamsters/issues/34