public interface Timer
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Recorder |
recorder() |
<R> R |
time(scala.Function0<R> block) |
<R> R |
time(long startTime,
R result) |
Recorder recorder()
<R> R time(scala.Function0<R> block)
void destroy()
<R> R time(long startTime,
R result)
Cinnamon API. Copyright (c) 2015–2021 Lightbend.