SearchFunction<ProcessStep, TNeedle>

A function that returns whether the given item matches the search needle.

Type
(
item: ProcessStep,
needle: TNeedle
) => boolean