Interface Split
-
- All Superinterfaces:
AutoCloseable
,Closeable
@Internal @ParametersAreNonnullByDefault public interface Split extends Closeable
Represents a split time associated with a timer. To record the end of a split, callclose()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
close()
Default implementation stops the Split.@NonNull Split
stop()
Stops the timing split.
-