Packages

final class NumericDiffer[T] extends ValueDiffer[T]

Linear Supertypes
ValueDiffer[T], Differ[T], ConfigureMethods[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericDiffer
  2. ValueDiffer
  3. Differ
  4. ConfigureMethods
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NumericDiffer(isIgnored: Boolean, numeric: Numeric[T])

Type Members

  1. final type R = ValueResult
    Definition Classes
    ValueDifferDiffer

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. macro def configure[U](path: (T) => U)(configFunc: (Differ[U]) => Differ[U]): Differ[T]
    Definition Classes
    ConfigureMethods
  7. def configureIgnored(newIgnored: Boolean): NumericDiffer[T]
    Definition Classes
    NumericDifferValueDifferDiffer
  8. def configurePairBy(path: ConfigurePath, op: PairBy[_]): Either[ConfigureError, NumericDiffer[T]]
    Definition Classes
    NumericDifferValueDifferDiffer
  9. def configurePath(step: String, nextPath: ConfigurePath, op: ConfigureOp): Either[ConfigureError, NumericDiffer[T]]
    Definition Classes
    NumericDifferValueDifferDiffer
  10. final def configureRaw(path: ConfigurePath, operation: ConfigureOp): Either[ConfigureError, Differ[T]]

    Attempt to change the configuration of this Differ.

    Attempt to change the configuration of this Differ. If successful, a new differ with the updated configuration will be returned.

    The configuration change can fail due to - bad "path" that does not match the internal structure of the Differ - The path resolved correctly, but the configuration update operation cannot be applied for that part of the Differ (e.g. wrong type or wrong operation)

    path

    The path to traverse to the sub-Differ

    operation

    The configuration change operation you want to perform on the target sub-Differ

    Definition Classes
    Differ
  11. final def contramap[S](transformFunc: (S) => T): TransformedDiffer[S, T]
    Definition Classes
    ValueDiffer
  12. def diff(inputs: DiffInput[T]): ValueResult
    Definition Classes
    NumericDifferValueDifferDiffer
  13. final def diff(obtained: T, expected: T): R
    Definition Classes
    Differ
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def ignore: Differ[T]
    Definition Classes
    Differ
  19. macro def ignoreAt[U](path: (T) => U): Differ[T]
    Definition Classes
    ConfigureMethods
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. macro def replace[U](path: (T) => U)(newDiffer: Differ[U]): Differ[T]
    Definition Classes
    ConfigureMethods
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unignore: Differ[T]
    Definition Classes
    Differ
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ValueDiffer[T]

Inherited from Differ[T]

Inherited from ConfigureMethods[T]

Inherited from AnyRef

Inherited from Any

Ungrouped