Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object BinarySerializers extends Base with BasicImplicitPicklers with TransformPicklers with TuplePicklers with MaterializePicklerFallback

    Provides all the imports and utility methods you need to work with Boopickle using dates, json, enums, case classes, and sealed traits

  2. object DateUtils

    Provides ordering, formatting, and common utilities for Local and Zoned java.time date classes

  3. object ExceptionUtils
  4. object JsonSerializers

    Provides all the imports and utility methods you need to work with Circe using dates, uuids, enums, case classes, and sealed traits

  5. object NullUtils

    Rather than use null references in your code, NullUtils is provided for common operations and values involving nulls

  6. object NumberUtils

    Currently only provides a cross-platform method for formatting numbers

  7. object StringUtils

    Exposes methods to split a string to an ordered sequence of lines, and produce a seq, tags, or map

  8. object UuidUtils

    Utility methods to transform a java.util.UUID to and from a sequence of bytes

  9. object Version

Ungrouped