Recetafunctionfunction/typestype-aliasesType Alias: CondPair\<T, U\>On this pageType Alias: CondPair<T, U> CondPair<T, U> = readonly [Predicate<T>, Mapper<T, U>] Defined in: function/types.ts:19 A pair of predicate and corresponding function for conditional execution. Type Parameters T T U U