@Value.Immutable public interface WithMapUnary extends WithWithMapUnary
| Modifier and Type | Interface and Description |
|---|---|
static class |
WithMapUnary.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
String |
b() |
default void |
compiledAndUsable() |
OptionalDouble |
d() |
OptionalInt |
i() |
List<String> |
l() |
Optional<String> |
o() |
com.google.common.base.Optional<Integer> |
oi() |
default void compiledAndUsable()
int a()
String b()
OptionalInt i()
OptionalDouble d()
com.google.common.base.Optional<Integer> oi()
Copyright © 2022 The Immutables.org authors. All rights reserved.