## AndAtom class

6.5.1. and Returns true if both operands evaluate to true, false if either operand evaluates to false, and the empty collection otherwise.

**Signature:**  
```typescript
export declare class AndAtom extends InfixOperatorAtom
```

**Extends:** [InfixOperatorAtom](/content/docs/sdk/core.infixoperatoratom)

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(left, right)](/content/docs/sdk/core.andatom._constructor_/index.html) |  | Constructs a new instance of the `AndAtom` class |

## Methods

| Method | Modifiers | Description |
| --- | --- | --- |
| [eval(context, input)](/content/docs/sdk/core.andatom.eval) |  |  |

- [AndAtom class](/content/docs/sdk/core.andatom#andatom-class/index.html)  
- [Constructors](/content/docs/sdk/core.andatom#constructors/index.html)  
- [Methods](/content/docs/sdk/core.andatom#methods/index.html)
