static boolean checkCondition(O condition, O... args) { return isTrue(callF(condition, args)); }