| Package | Description |
|---|---|
| org.immutables.fixture.routine |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBb |
| Modifier and Type | Method and Description |
|---|---|
Bb |
ImmutableBb.bb() |
Bb |
Bb.bb() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Bb> |
ImmutableBb.zz() |
Optional<Bb> |
Bb.zz() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBb.Builder |
ImmutableBb.Builder.bb(Bb bb) |
static ImmutableBb |
ImmutableBb.copyOf(Bb instance) |
ImmutableBb.Builder |
ImmutableBb.Builder.from(Bb instance) |
ImmutableBb |
ImmutableBb.withBb(Bb value) |
ImmutableBb |
ImmutableBb.withZz(Bb value) |
ImmutableBb.Builder |
ImmutableBb.Builder.zz(Bb zz) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBb |
ImmutableBb.withZz(Optional<? extends Bb> optional) |
ImmutableBb.Builder |
ImmutableBb.Builder.zz(Optional<? extends Bb> zz) |
Copyright © 2022 The Immutables.org authors. All rights reserved.