sS firstWhereFirstLongIs(Cl l, long i) { return firstThat(l, s -> parseFirstLong(s) == i); }