Package com.lightbend.cinnamon.stopwatch
Class Timekeeper$
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.Timekeeper$
-
public class Timekeeper$ extends java.lang.Object
Default implementation of a stopwatch.
-
-
Field Summary
Fields Modifier and Type Field Description static Timekeeper$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Timekeeper$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,Timekeeper.StopwatchTimer>
empty()
-
-
-
Field Detail
-
MODULE$
public static final Timekeeper$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
empty
public scala.collection.immutable.Map<java.lang.String,Timekeeper.StopwatchTimer> empty()
-
-