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 LocalDateTimeLaws[A] extends AnyRef

    Permalink

    Laws, that must be obeyed by any LocalDateTimeTC instance

  4. trait LocalDateTimeTCTests[A] extends Laws

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

    Permalink

Value Members

  1. object DateTimeLaws

    Permalink
  2. object DateTimeTCTests

    Permalink
  3. object LocalDateTimeLaws

    Permalink
  4. object LocalDateTimeTCTests

    Permalink
  5. implicit val eqDayOfWeek: Eq[DayOfWeek]

    Permalink
  6. implicit val eqLocalDate: Eq[LocalDate]

    Permalink
  7. implicit val eqLocalTime: Eq[LocalTime]

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped