---
title: "build_Disjunction(lhs:rhs:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_disjunction(lhs:rhs:)"
---

# build_Disjunction(lhs:rhs:)

## Declaration

```swift
static func build_Disjunction<LHS, RHS>(lhs: LHS, rhs: RHS) -> PredicateExpressions.Disjunction<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output == Bool, RHS.Output == Bool
```
