public final class ListValue extends Value<List<? extends Value<?>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListValue.Builder |
| Constructor and Description |
|---|
ListValue(List<? extends Value<?>> values) |
ListValue(Value<?> first,
Value<?>... other) |
| Modifier and Type | Method and Description |
|---|---|
static ListValue.Builder |
builder() |
static ListValue |
of(List<? extends Value<?>> values) |
static ListValue |
of(Value<?> first,
Value<?>... other) |
ListValue.Builder |
toBuilder() |
String |
toString() |
public ListValue.Builder toBuilder()
public static ListValue.Builder builder()
Copyright © 2016 Google. All rights reserved.