Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 816 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 816 Bytes

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.