object Differ
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Differ
- 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
- 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( ... ) @native()
- val dayOfWeek: Differ[DayOfWeek]
- def duration: Differ[Duration]
- def dynamicValue: Differ[DynamicValue]
- def either[A, B](left: Differ[A], right: Differ[B]): Differ[Either[A, B]]
- def enumN[Z](cases: Schema.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: Any): 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[_]
- 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), Diff[A]]): Differ[A]
- def instant(tpe: InstantType): Differ[Instant]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localDate(tpe: LocalDateType): Differ[LocalDate]
- def localDateTime(tpe: LocalDateTimeType): Differ[LocalDateTime]
- def localTime(tpe: LocalTimeType): 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(tpe: OffsetDateTimeType): Differ[OffsetDateTime]
- def offsetTime(tpe: OffsetTimeType): Differ[OffsetTime]
- val period: Differ[Period]
- def record(schema: Record[ListMap[String, _]]): Differ[ListMap[String, _]]
- def semiDynamic[A](schema: SemiDynamic[A]): Differ[(A, Schema[A])]
-
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( ... )
-
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()
- val year: Differ[Year]
- val yearMonth: Differ[YearMonth]
- val zoneOffset: Differ[ZoneOffset]
- def zonedDateTime(formatter: DateTimeFormatter): Differ[ZonedDateTime]