Type Alias SearchPredicate

SearchPredicate: (row: Row, index: number, array: Row[]) => boolean

A function that will examine a row and determine if it meets a specific search criteria