Package com.lightbend.cinnamon.stopwatch
Class Timekeeper.Stopwatches$
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.Stopwatches$
-
- Enclosing class:
- Timekeeper
public static class Timekeeper.Stopwatches$ extends java.lang.Object
Opaque container for suspended stopwatches that is used to transport them across async boundaries.
-
-
Field Summary
Fields Modifier and Type Field Description static Timekeeper.Stopwatches$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Stopwatches$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timekeeper.Stopwatches
empty()
-
-
-
Field Detail
-
MODULE$
public static final Timekeeper.Stopwatches$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
empty
public final Timekeeper.Stopwatches empty()
-
-