| Modifier and Type | Class and Description |
|---|---|
static class |
BetweenCondition.Jsii$Proxy
An implementation for
BetweenCondition |
| Modifier and Type | Method and Description |
|---|---|
BetweenCondition |
BetweenCondition.Builder.build()
Builds the configured instance.
|
default BetweenCondition |
NumericConditions.getBetween()
Match values that are between the specified values.
|
BetweenCondition |
NumericConditions.Jsii$Proxy.getBetween() |
default BetweenCondition |
NumericConditions.getBetweenStrict()
Match values that are strictly between the specified values.
|
BetweenCondition |
NumericConditions.Jsii$Proxy.getBetweenStrict() |
| Modifier and Type | Method and Description |
|---|---|
NumericConditions.Builder |
NumericConditions.Builder.between(BetweenCondition between)
Sets the value of
NumericConditions.getBetween() |
NumericConditions.Builder |
NumericConditions.Builder.betweenStrict(BetweenCondition betweenStrict)
Sets the value of
NumericConditions.getBetweenStrict() |
| Constructor and Description |
|---|
Jsii$Proxy(BetweenCondition between,
BetweenCondition betweenStrict,
Number greaterThan,
Number greaterThanOrEqualTo,
Number lessThan,
Number lessThanOrEqualTo,
List<? extends Number> whitelist)
Constructor that initializes the object based on literal property values passed by the
NumericConditions.Builder. |
Copyright © 2021. All rights reserved.