addFilter

open fun addFilter(filter: Predicate<StartupStep>)

Add a predicate filter to the list of existing ones.

A step that doesn't match all filters will not be recorded.

Parameters

filter

the predicate filter to add.