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

> Source set: Android

```kotlin
class B<T2>(val value: T2) : Either<Nothing, T2>
```
