static L getFlexMatchesIC_inList(S pat, Iterable inputs) { ret mapNonNulls(s -> getFlexMatchIC(pat, s), inputs); }