@Value.Modifiable
public static interface Companion.Standalone
| Modifier and Type | Method and Description |
|---|---|
boolean |
bool() |
char |
ch() |
OptionalDouble |
d1() |
default int |
def() |
default String |
defs() |
default int |
derived() |
double |
dob() |
int |
first() |
float |
fl() |
io.atlassian.fugue.Option<Integer> |
fugue3() |
OptionalInt |
i1() |
OptionalLong |
l1() |
default String |
lazy() |
List<org.immutables.fixture.modifiable.Unit> |
nullableUnit() |
String |
second() |
short |
sh() |
com.google.common.base.Optional<Integer> |
v1() |
Optional<Integer> |
v2() |
@Value.Parameter int first()
@Value.Parameter String second()
@Value.Parameter short sh()
@Value.Parameter char ch()
@Value.Parameter boolean bool()
@Value.Parameter double dob()
@Value.Parameter float fl()
com.google.common.base.Optional<Integer> v1()
OptionalInt i1()
OptionalLong l1()
OptionalDouble d1()
io.atlassian.fugue.Option<Integer> fugue3()
@Value.Default default int def()
@Value.Default default String defs()
@Value.Lazy default String lazy()
@Value.Derived default int derived()
Copyright © 2022 The Immutables.org authors. All rights reserved.