| Package | Description |
|---|---|
| org.yarnandtail.andhow.property |
| Modifier and Type | Method and Description |
|---|---|
static IntProp.IntBuilder |
IntProp.builder() |
IntProp.IntBuilder |
IntProp.IntBuilder.greaterThan(int reference) |
IntProp.IntBuilder |
IntProp.IntBuilder.greaterThanOrEqualTo(int reference) |
IntProp.IntBuilder |
IntProp.IntBuilder.lessThan(int reference) |
IntProp.IntBuilder |
IntProp.IntBuilder.lessThanOrEqualTo(int reference) |
IntProp.IntBuilder |
IntProp.IntBuilder.mustBeGreaterThan(int reference)
Deprecated.
Use
IntBuilder.greaterThan() |
IntProp.IntBuilder |
IntProp.IntBuilder.mustBeGreaterThanOrEqualTo(int reference)
Deprecated.
Use
IntBuilder.greaterThanOrEqualTo() |
IntProp.IntBuilder |
IntProp.IntBuilder.mustBeLessThan(int reference)
Deprecated.
Use
IntBuilder.lessThan() |
IntProp.IntBuilder |
IntProp.IntBuilder.mustBeLessThanOrEqualTo(int reference)
Deprecated.
Use
IntBuilder.lessThanOrEqualTo() |
Copyright © 2021. All rights reserved.