| Package | Description |
|---|---|
| org.immutables.fixture.couse | |
| org.immutables.fixture.couse.sub | |
| org.immutables.fixture.couse.sub2 |
| Modifier and Type | Method and Description |
|---|---|
C |
A.c() |
C |
Trait.c() |
| Modifier and Type | Method and Description |
|---|---|
A.Builder |
A.Builder.c(C c) |
A |
A.withC(C value) |
| Modifier and Type | Method and Description |
|---|---|
C |
C.Builder.build() |
C |
C.withA(A value) |
C |
C.withAbM(Map<? extends A,? extends List<B>> entries) |
C |
C.withAO(A value) |
C |
C.withAO(com.google.common.base.Optional<? extends A> optional) |
C |
C.withI(int value) |
C |
C.withRaM(Map<RetentionPolicy,? extends C> entries) |
C |
C.withS(String value) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<RetentionPolicy,C> |
C.raM() |
| Modifier and Type | Method and Description |
|---|---|
C.Builder |
C.Builder.from(C instance) |
C.Builder |
C.Builder.putRaM(RetentionPolicy key,
C value) |
| Modifier and Type | Method and Description |
|---|---|
C.Builder |
C.Builder.putAllRaM(Map<RetentionPolicy,? extends C> raM) |
C.Builder |
C.Builder.putRaM(Map.Entry<RetentionPolicy,? extends C> entry) |
C.Builder |
C.Builder.raM(Map<RetentionPolicy,? extends C> raM) |
C |
C.withRaM(Map<RetentionPolicy,? extends C> entries) |
| Modifier and Type | Method and Description |
|---|---|
C |
Z.c() |
| Modifier and Type | Method and Description |
|---|---|
Z.Builder |
Z.Builder.c(C c) |
Z |
Z.withC(C value) |
Copyright © 2017 The Immutables.org authors. All rights reserved.