| Package | Description |
|---|---|
| com.couchbase.client.core.util |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.of(L left,
R right) |
static <L,R> Either<L,R> |
Either.ofLeft(L left) |
static <L,R> Either<L,R> |
Either.ofRight(R right) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.