static boolean checkCondition(O condition, O... args) { return isTrue(call(condition, "get", args)); }