@FunctionalInterface public interface Timekeeper
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Timekeeper.Context |
| Modifier and Type | Field and Description |
|---|---|
static UncheckedAutoCloseable |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
static UncheckedAutoCloseable |
start(Timekeeper timekeeper) |
Timekeeper.Context |
time() |
static final UncheckedAutoCloseable NOOP
static UncheckedAutoCloseable start(Timekeeper timekeeper)
Timekeeper.Context time()
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.