static A mapMethodLike firstWhereMethodReturns(S methodName, Iterable l, O result) { ret firstThat(l, o -> eq(call(o, methodName), result)); }