sbool mapMethodLike isTrue_rcall(S method, O o, O... args) { return isTrue(rcall(method, o, args)); }