@Value.Modifiable
@Value.Immutable
public static interface Companion.NullableAndDefault
| Modifier and Type | Method and Description |
|---|---|
default int[] |
arrayInts() |
default Set<Integer> |
ints() |
List<String> |
lst() |
default NavigableSet<Integer> |
navs() |
default SortedSet<Integer> |
ords() |
default Set<RetentionPolicy> |
pols() |
default List<String> |
str() |
@Value.Default default int[] arrayInts()
@Value.Default default Set<RetentionPolicy> pols()
@Value.Default @Value.ReverseOrder default NavigableSet<Integer> navs()
Copyright © 2022 The Immutables.org authors. All rights reserved.