thenBy
thenBy<
A>(ord2): (ord1) =>Ordering<A>
Defined in: Core/Ordering.ts:69
Chains two orderings: the second is used only when the first returns 0.
Data-last: the first ordering is the data being piped.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Ordering<A>
Returns
Section titled “Returns”(ord1) => Ordering<A>