trait DiffInstances extends DiffMagnoliaDerivation
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffInstances
- DiffMagnoliaDerivation
- LowPriority
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Typeclass[T] = Derived[Diff[T]]
- Definition Classes
- DiffMagnoliaDerivation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
combine[T](ctx: ReadOnlyCaseClass[Typeclass, T]): Derived[Diff[T]]
- Definition Classes
- DiffMagnoliaDerivation
- implicit def diffForIterable[T, C[W] <: Iterable[W]](implicit ddot: Diff[Option[T]]): Derived[Diff[C[T]]]
- implicit def diffForMap[K, V, C[KK, VV] <: Map[KK, VV]](implicit ddot: Diff[Option[V]], ddk: Diff[K], matcher: ObjectMatcher[K]): Derived[Diff[C[K, V]]]
- implicit def diffForNumeric[T](implicit arg0: Numeric[T]): Derived[Diff[T]]
- implicit def diffForOption[T](implicit ddt: Diff[T]): Derived[Diff[Option[T]]]
- implicit val diffForRange: Derived[Diff[Range]]
- implicit def diffForSet[T, C[W] <: Set[W]](implicit arg0: ObjectMatcher[T], ddt: Diff[T], matcher: ObjectMatcher[T]): Derived[Diff[C[T]]]
- implicit val diffForString: Derived[Diff[String]]
-
def
dispatch[T](ctx: SealedTrait[Typeclass, T]): Derived[Diff[T]]
- Definition Classes
- DiffMagnoliaDerivation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fallback[T]: Derived[Diff[T]]
- Definition Classes
- LowPriority
-
implicit macro
def
gen[T]: Derived[Diff[T]]
- Definition Classes
- DiffMagnoliaDerivation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )