Declaration

class func evaluatePredicateToken(_ token: String, font: GSFont, contextLabel: String) throws -> String

Declaration

+ (NSString *) evaluatePredicateToken:(NSString *) token font:(GSFont *) font contextLabel:(NSString *) contextLabel error:(NSError **) error;

Declaration

evaluatePredicateToken_font_contextLabel_error_(token: str, font: GSFont, contextLabel: str) -> tuple[str, NSError]