Packages

p

com.daml

scalautil

package scalautil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalautil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package future

Type Members

  1. type ImplicitPreference[+A] = T[A]
  2. sealed abstract class ImplicitPreferenceModule extends AnyRef
  3. 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. val ImplicitPreference: ImplicitPreferenceModule
  2. object ExceptionOps
  3. object ImplicitPreferenceModule
  4. object Statement
  5. object TraverseFMSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped