---
title: "Either.A"
description: ""
type: "class"
lastmod: "2026-05-20T01:13:52.878331Z"
---
## API Reference

> Source set: Android

```kotlin
class A<T1>(val value: T1) : Either<T1, Nothing>
```
