@Value.Immutable
public interface SampleValue
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
List<Integer> |
c() |
OptionalInt |
oi() |
com.google.common.base.Optional<String> |
os() |
int a()
OptionalInt oi()
com.google.common.base.Optional<String> os()
Copyright © 2022 The Immutables.org authors. All rights reserved.