Package | Description |
---|---|
graphql.language |
Modifier and Type | Method and Description |
---|---|
FloatValue.Builder |
FloatValue.Builder.comments(List<Comment> comments) |
FloatValue.Builder |
FloatValue.Builder.ignoredChars(IgnoredChars ignoredChars) |
static FloatValue.Builder |
FloatValue.newFloatValue() |
static FloatValue.Builder |
FloatValue.newFloatValue(BigDecimal value) |
FloatValue.Builder |
FloatValue.Builder.sourceLocation(SourceLocation sourceLocation) |
FloatValue.Builder |
FloatValue.Builder.value(BigDecimal value) |
Modifier and Type | Method and Description |
---|---|
FloatValue |
FloatValue.transform(Consumer<FloatValue.Builder> builderConsumer) |
Copyright © 2019. All rights reserved.