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 voidclose()Default implementation stops the Split.@NonNull Splitstop()Stops the timing split. 
 -