Package

dtc

laws

Permalink

package laws

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

Type Members

  1. trait DateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any DateTime typeclass

  2. trait DateTimeTests[A] extends Laws

    Permalink
  3. trait GeneralLocalDateTimeLaws[A] extends AnyRef

    Permalink

    LocalDateTime laws, that don't specifically require a Local instance

  4. trait LocalDateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any Local instance

  5. trait LocalDateTimeTests[A] extends Laws

    Permalink
  6. case class NotChangedValidator[T](before: T, after: T) extends Product with Serializable

    Permalink
  7. trait ProviderLaws[A] extends AnyRef

    Permalink
  8. trait ProviderTests[A] extends Laws

    Permalink
  9. trait ZonedDateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any Zoned instance

  10. case class ZonedDateTimeTestData[A](source: A, diff: Duration, targetOffset: Offset, targetTime: LocalTime, targetDate: LocalDate)(implicit evidence$1: Zoned[A]) extends Product with Serializable

    Permalink
  11. trait ZonedDateTimeTests[A] extends Laws

    Permalink

Value Members

  1. object DateTimeLaws

    Permalink
  2. object DateTimeTests

    Permalink
  3. object GeneralLocalDateTimeLaws

    Permalink
  4. object LocalDateTimeLaws

    Permalink
  5. object LocalDateTimeTests

    Permalink
  6. object ProviderLaws

    Permalink
  7. object ProviderTests

    Permalink
  8. object ZonedDateTimeLaws

    Permalink
  9. object ZonedDateTimeTests

    Permalink
  10. implicit val eqDayOfWeek: Eq[DayOfWeek]

    Permalink
  11. implicit val eqLocalDate: Eq[LocalDate]

    Permalink
  12. implicit val eqLocalTime: Eq[LocalTime]

    Permalink
  13. def notChanged[T, P](before: T, after: T): NotChangedValidator[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped