All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fulrich.testcharged.generators.temporal.TemporalRanges.scala Maven / Gradle / Ivy

package com.github.fulrich.testcharged.generators.temporal

import java.time.temporal.TemporalAmount


trait TemporalRanges {
  protected val DistantPast: TemporalAmount
  protected val Past: TemporalAmount
  protected val Recent: TemporalAmount

  protected val Soon: TemporalAmount
  protected val Future: TemporalAmount
  protected val DistantFuture: TemporalAmount
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy