static transformable record AllElementsSatisfy(O pred) implements ITheoryOn> { public bool check(Iterable l) { ret all(pred, l); } }