| Interface | Description |
|---|---|
| Counter.CanCountTo |
An interface to provide the counter end value
|
| Counter.CountHandler |
An interface to define a handler to be called after each count
|
| Counter.HasCountHandler |
An interface to set the count handler
|
| Counter.HasIncrement |
An interface to set the counter increment
|
| Counter.HasInterval |
An interface to set the counter count interval
|
| Class | Description |
|---|---|
| Counter |
A component for counting from min to max value with interval and increment
|
| Counter.CounterBuilder |
A fluent builder to force building a counter with required parameters
|
Copyright © 2019–2022 Dominokit. All rights reserved.