@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","AbstractB"}) @Immutable public final class B extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
B.Builder |
| Modifier and Type | Method and Description |
|---|---|
A |
a() |
com.google.common.base.Optional<A> |
aO() |
static B.Builder |
builder() |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
default void |
use() |
B |
withA(A value) |
B |
withAO(A value) |
B |
withAO(com.google.common.base.Optional<? extends A> optional) |
Copyright © 2017 The Immutables.org authors. All rights reserved.