Type Alias FilterPredicate<In>

FilterPredicate<In>: ((value: In) => boolean)

Type Parameters

  • In