Packages

p

com.daml

scalautil

package scalautil

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait NeverEqualsOverride extends Equals

    This trait is useful to be mixed in if: - equality semantics for the base type is not an issue - class has non-comparable typed fields

    This trait is useful to be mixed in if: - equality semantics for the base type is not an issue - class has non-comparable typed fields

    Practical usage: mixing in in DTO ADT top trait, which has case class implementors having Array fields: disables equality semantics, and prevents Wartremover warnings.

Value Members

  1. object ExceptionOps
  2. object Statement

Ungrouped