package scalautil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalautil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ImplicitPreference[+A] = T[A]
- sealed abstract class ImplicitPreferenceModule extends AnyRef
- 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
- val ImplicitPreference: ImplicitPreferenceModule
- object ExceptionOps
- object ImplicitPreferenceModule
- object Statement
- object TraverseFMSyntax