@Value.Immutable public abstract class Copied extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Copied.Builder |
| Constructor and Description |
|---|
Copied() |
| Modifier and Type | Method and Description |
|---|---|
abstract String[] |
arr() |
abstract int |
attr() |
abstract List<Boolean> |
list() |
abstract Map<String,Integer> |
map() |
abstract Void |
voids() |
Copied |
withArr(String... elements) |
Copied |
withAttr(int value) |
Copied |
withList(boolean... elements) |
Copied |
withList(Iterable<Boolean> elements) |
Copied |
withMap(Map<String,? extends Integer> entries) |
Copied |
withVoids(Void value) |
Copyright © 2017 The Immutables.org authors. All rights reserved.