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 DateTimeTCTests[A] extends Laws

    Permalink
  3. trait GeneralLocalDateTimeLaws[A] extends AnyRef

    Permalink

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

  4. trait LocalDateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any LocalDateTimeTC instance

  5. trait LocalDateTimeTCTests[A] extends Laws

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

    Permalink
  7. trait ZonedDateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any ZonedDateTimeTC instance

  8. trait ZonedDateTimeTCTests[A] extends Laws

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

    Permalink

Value Members

  1. object DateTimeLaws

    Permalink
  2. object DateTimeTCTests

    Permalink
  3. object GeneralLocalDateTimeLaws

    Permalink
  4. object LocalDateTimeLaws

    Permalink
  5. object LocalDateTimeTCTests

    Permalink
  6. object ZonedDateTimeLaws

    Permalink
  7. object ZonedDateTimeTCTests

    Permalink
  8. implicit val eqDayOfWeek: Eq[DayOfWeek]

    Permalink
  9. implicit val eqLocalDate: Eq[LocalDate]

    Permalink
  10. implicit val eqLocalTime: Eq[LocalTime]

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped