static L recognizedTextsFullyContainedIn(Iterable l, final Rect r) { ret [RecognizedText t : unnull(l) | rectContains(r, t.r)]; }