object Differ
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Differ
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val bigDecimal: Differ[BigDecimal]
- val bigInt: Differ[BigInteger]
- def binary: Differ[Chunk[Byte]]
- def bool: Differ[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dayOfWeek: Differ[DayOfWeek]
- def duration: Differ[java.time.Duration]
- def dynamicValue: Differ[DynamicValue]
- def either[A, B](left: Differ[A], right: Differ[B]): Differ[Either[A, B]]
- def enumN[Z](cases: Case[Z, _]*): Differ[Z]
- def enumeration(structure: ListMap[String, Schema[_]]): Differ[Tuple2[String, _]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fail[A]: Differ[A]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromSchema[A](schema: Schema[A]): Differ[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identical[A]: Differ[A]
- def instancePartial[A](f: PartialFunction[(A, A), Patch[A]]): Differ[A]
- def instant: Differ[Instant]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localDate: Differ[LocalDate]
- def localDateTime: Differ[LocalDateTime]
- def localTime: Differ[LocalTime]
- def map[K, V](keySchema: Schema[K], valueSchema: Schema[V]): Differ[Map[K, V]]
- Annotations
- @nowarn()
- val month: Differ[Month]
- val monthDay: Differ[MonthDay]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numeric[A](implicit numeric: Numeric[A]): Differ[A]
- def offsetDateTime: Differ[OffsetDateTime]
- def offsetTime: Differ[OffsetTime]
- val period: Differ[Period]
- def record(schema: Record[ListMap[String, _]]): Differ[ListMap[String, _]]
- def set[A](schema: Schema[A]): Differ[Set[A]]
- Annotations
- @nowarn()
- val string: Differ[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tuple[A, B](left: Differ[A], right: Differ[B]): Differ[(A, B)]
- def unit: Differ[Unit]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val year: Differ[Year]
- val yearMonth: Differ[YearMonth]
- val zoneOffset: Differ[ZoneOffset]
- def zonedDateTime: Differ[ZonedDateTime]