Skip to content

hammerlab/string-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strings

Build Status Coverage Status Maven Central

String/CSV utilities:

  • org.hammerlab.strings.TruncatedToString: interface for classes that can render themselves as an Iterator[String] to display a .toString() with a maximum number of characters.
  • org.hammerlab.csv:
    • convert case classes (really Products) to CSV rows.
    • convert collections of Products to a CSV, optionally including a header line.

Packages

No packages published

Languages