trait DiffCatsInstances extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffCatsInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- implicit def chainIsLikeSeq: SeqLike[Chain]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def diffChain[T](implicit arg0: Diff[T], seqMatcher: diffx.SeqMatcher[T], seqLike: SeqLike[Chain]): Diff[Chain[T]]
- implicit def diffNec[T](implicit arg0: Diff[T], seqMatcher: diffx.SeqMatcher[T], seqLike: SeqLike[NonEmptyChain]): Diff[NonEmptyChain[T]]
- implicit def diffNel[T](implicit arg0: Diff[T], seqMatcher: diffx.SeqMatcher[T], seqLike: SeqLike[NonEmptyList]): Diff[NonEmptyList[T]]
- implicit def diffNem[K, V](implicit arg0: Diff[K], arg1: Diff[V], mapMatcher: diffx.MapMatcher[K, V], mapLike: MapLike[NonEmptyMap]): Diff[NonEmptyMap[K, V]]
- implicit def diffNes[T](implicit arg0: Diff[T], setMatcher: diffx.SetMatcher[T], setLike: SetLike[NonEmptySet]): Diff[NonEmptySet[T]]
- implicit def diffNev[T](implicit arg0: Diff[T], seqMatcher: diffx.SeqMatcher[T], seqLike: SeqLike[NonEmptyVector]): Diff[NonEmptyVector[T]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def necIsLikeSeq: SeqLike[NonEmptyChain]
- implicit def nelIsLikeSeq: SeqLike[NonEmptyList]
- implicit def nemIsLikeMap: MapLike[NonEmptyMap]
- implicit def nesIsLikeSet: SetLike[NonEmptySet]
- implicit def nevIsLikeSeq: SeqLike[NonEmptyVector]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()