@class RBSProcessIdentity; @interface RBSProcessHandlePredicateImpl : RBSProcessPredicateImpl { RBSProcessIdentity *_identity; int _pid; } + (BOOL)supportsRBSXPCSecureCoding; - (id)processPredicate; - (BOOL)matchesProcess:(id)a0; - (id)initWithHandle:(id)a0; - (unsigned long long)hash; - (id)initWithRBSXPCCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)processIdentifier; - (void)encodeWithRBSXPCCoder:(id)a0; @end