| 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 c) |
| Modifier and Type | Method and Description |
|---|---|
C |
C.Builder.build() |
C |
C.withA(A a) |
C |
C.withAbM(Map<? extends A,? extends List<B>> abM) |
C |
C.withAO(A value) |
C |
C.withAO(com.google.common.base.Optional<A> optional) |
C |
C.withI(int i) |
C |
C.withRaM(Map<RetentionPolicy,? extends C> raM) |
C |
C.withS(String s) |
| 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> raM) |
| 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 c) |
Copyright © 2016 The Immutables.org authors. All rights reserved.