FilterPredicate

typealias FilterPredicate<Option> = (option: FilterOptionOption<Option>, inputValue: String) -> Boolean(source)