| Package | Description |
|---|---|
| org.immutables.fixture.couse | |
| org.immutables.fixture.couse.sub | |
| org.immutables.fixture.couse.sub2 |
| Modifier and Type | Method and Description |
|---|---|
B |
A.b() |
B |
Trait.b() |
B |
B.Builder.build() |
B |
B.withA(A value) |
B |
B.withAO(A value) |
B |
B.withAO(com.google.common.base.Optional<? extends A> optional) |
| Modifier and Type | Method and Description |
|---|---|
A.Builder |
A.Builder.b(B b) |
B.Builder |
B.Builder.from(B instance) |
A |
A.withB(B value) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<A,List<B>> |
C.abM() |
| Modifier and Type | Method and Description |
|---|---|
C.Builder |
C.Builder.abM(Map<? extends A,? extends List<B>> abM) |
C.Builder |
C.Builder.putAbM(A key,
List<B> value) |
C.Builder |
C.Builder.putAbM(Map.Entry<? extends A,? extends List<B>> entry) |
C.Builder |
C.Builder.putAllAbM(Map<? extends A,? extends List<B>> abM) |
C |
C.withAbM(Map<? extends A,? extends List<B>> entries) |
| Modifier and Type | Method and Description |
|---|---|
B |
Z.b() |
| Modifier and Type | Method and Description |
|---|---|
Z.Builder |
Z.Builder.b(B b) |
Z |
Z.withB(B value) |
Copyright © 2017 The Immutables.org authors. All rights reserved.