Class/Object

nyaya.gen

DateTimeBuilder

Related Docs: object DateTimeBuilder | package gen

Permalink

final class DateTimeBuilder extends DateTimeBuilderJava8

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

Instance Constructors

  1. new DateTimeBuilder(genNow: Gen[Now], past: TimeSpec, future: TimeSpec)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aroundNow(d: FiniteDuration): DateTimeBuilder

    Permalink
  5. def aroundNowDays(d: Double): DateTimeBuilder

    Permalink
  6. def aroundNowMonths(d: Double): DateTimeBuilder

    Permalink
  7. def aroundNowMs(d: Long): DateTimeBuilder

    Permalink
  8. def aroundNowWeeks(d: Double): DateTimeBuilder

    Permalink
  9. def aroundNowYears(d: Double): DateTimeBuilder

    Permalink
  10. def asDate: Gen[Date]

    Permalink
  11. lazy val asEpochMs: Gen[Long]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copy(genNow: Gen[Now] = genNow, past: TimeSpec = past, future: TimeSpec = future): DateTimeBuilder

    Permalink
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fromDate(d: Date): DateTimeBuilder

    Permalink
  19. def fromEpochMs(e: Long): DateTimeBuilder

    Permalink
  20. def fromNow: DateTimeBuilder

    Permalink
  21. def fromNowMinus(d: FiniteDuration): DateTimeBuilder

    Permalink
  22. def fromNowMinusDays(d: Double): DateTimeBuilder

    Permalink
  23. def fromNowMinusMonths(d: Double): DateTimeBuilder

    Permalink
  24. def fromNowMinusMs(d: Long): DateTimeBuilder

    Permalink
  25. def fromNowMinusWeeks(d: Double): DateTimeBuilder

    Permalink
  26. def fromNowMinusYears(d: Double): DateTimeBuilder

    Permalink
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def untilDate(d: Date): DateTimeBuilder

    Permalink
  36. def untilEpochMs(e: Long): DateTimeBuilder

    Permalink
  37. def untilNow: DateTimeBuilder

    Permalink
  38. def untilNowPlus(d: FiniteDuration): DateTimeBuilder

    Permalink
  39. def untilNowPlusDays(d: Double): DateTimeBuilder

    Permalink
  40. def untilNowPlusMonths(d: Double): DateTimeBuilder

    Permalink
  41. def untilNowPlusMs(d: Long): DateTimeBuilder

    Permalink
  42. def untilNowPlusWeeks(d: Double): DateTimeBuilder

    Permalink
  43. def untilNowPlusYears(d: Double): DateTimeBuilder

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withNow(now: ⇒ Now): DateTimeBuilder

    Permalink
  48. def withNowGen(g: Gen[Now]): DateTimeBuilder

    Permalink
  49. def withNowLive: DateTimeBuilder

    Permalink

    The current time is resampled every time it is needed

  50. def withNowMs(nowMs: ⇒ Long): DateTimeBuilder

    Permalink
  51. def withNowSampledOnce: DateTimeBuilder

    Permalink

    The current time is sampled once and reused

Inherited from DateTimeBuilderJava8

Inherited from AnyRef

Inherited from Any

Ungrouped