Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Filtering

marcjulianschwarz edited this page Feb 9, 2022 · 4 revisions

Filtering

watchlib comes with various filters and a FilterPipeline to make filter operations reusable.

Filters

Filters for WorkoutRoutes:

FilterPipeline

You can use the FilterPipeline to create a sequence of filters that data has to flow through.

Clone this wiki locally