object Differ

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bigDecimal: Differ[BigDecimal]
  6. val bigInt: Differ[BigInteger]
  7. def binary: Differ[Chunk[Byte]]
  8. def bool: Differ[Boolean]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val dayOfWeek: Differ[DayOfWeek]
  11. def duration: Differ[java.time.Duration]
  12. def dynamicValue: Differ[DynamicValue]
  13. def either[A, B](left: Differ[A], right: Differ[B]): Differ[Either[A, B]]
  14. def enumN[Z](cases: Case[Z, _]*): Differ[Z]
  15. def enumeration(structure: ListMap[String, Schema[_]]): Differ[Tuple2[String, _]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fail[A]: Differ[A]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def fromSchema[A](schema: Schema[A]): Differ[A]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def identical[A]: Differ[A]
  24. def instancePartial[A](f: PartialFunction[(A, A), Patch[A]]): Differ[A]
  25. def instant: Differ[Instant]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def localDate: Differ[LocalDate]
  28. def localDateTime: Differ[LocalDateTime]
  29. def localTime: Differ[LocalTime]
  30. def map[K, V](keySchema: Schema[K], valueSchema: Schema[V]): Differ[Map[K, V]]
    Annotations
    @nowarn()
  31. val month: Differ[Month]
  32. val monthDay: Differ[MonthDay]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def numeric[A](implicit numeric: Numeric[A]): Differ[A]
  37. def offsetDateTime: Differ[OffsetDateTime]
  38. def offsetTime: Differ[OffsetTime]
  39. val period: Differ[Period]
  40. def record(schema: Record[ListMap[String, _]]): Differ[ListMap[String, _]]
  41. def set[A](schema: Schema[A]): Differ[Set[A]]
    Annotations
    @nowarn()
  42. val string: Differ[String]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def tuple[A, B](left: Differ[A], right: Differ[B]): Differ[(A, B)]
  46. def unit: Differ[Unit]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. val year: Differ[Year]
  51. val yearMonth: Differ[YearMonth]
  52. val zoneOffset: Differ[ZoneOffset]
  53. def zonedDateTime: Differ[ZonedDateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped