Packages

package time

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait JavaTime[F[_]] extends AnyRef

    This trait is a tagless representation of the ability to extract the present time.

    This trait is a tagless representation of the ability to extract the present time.

    This algebra has millisecond precision from the Epoch as the default Java Clock only offers millisecond precision. If you need higher accuracy utilize the methods on Clock directly which use the System tools with higher accuracy.

    It is implicitly derived from Clock and Functor and these should be readily available either through IOApp, IO.timer or in testing you can have easy access to TestContext in order to manipulate time for replicatable time for tests

    Annotations
    @implicitNotFound()

Value Members

  1. object JavaTime

    This companion object to the JavaTime Algebra

    This companion object to the JavaTime Algebra

    This contains the summoner for the algebra, along with the implicit instance which is derived from Clock and Functor.

  2. object implicits

    This object contains the syntax enhancements to make more convenient access to JavaTime as methods can be made to appear automatically on Clock rather than needing an explicitly new algebra.

Ungrouped