public final class BooleanValue extends Value<Boolean>
Modifier and Type | Class and Description |
---|---|
static class |
BooleanValue.Builder |
Constructor and Description |
---|
BooleanValue(boolean value) |
Modifier and Type | Method and Description |
---|---|
static BooleanValue.Builder |
newBuilder(boolean value) |
static BooleanValue |
of(boolean value) |
BooleanValue.Builder |
toBuilder() |
public BooleanValue.Builder toBuilder()
public static BooleanValue of(boolean value)
public static BooleanValue.Builder newBuilder(boolean value)
Copyright © 2019 Google LLC. All rights reserved.