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

japgolly.microlibs.utils.PackageShared.scala Maven / Gradle / Ivy

The newest version!
package japgolly.microlibs.utils

import java.time.Instant

trait PackageShared {

  final type MutableClock = MutableFn0[Instant]
  object MutableClock extends MutableFn0.DslWithDefaultSelector[Instant](() => Instant.now())

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy