public static interface Domain.Value.Integer
int value which has a potentially
infinite number of integer values.| Modifier and Type | Method and Description |
|---|---|
Domain.Value.Integer |
add(Domain.Value.Integer other) |
Domain.Value.Integer |
divide(Domain.Value.Integer other) |
Domain.Value.Boolean |
lessThanOrEqual(Domain.Value.Integer other) |
Domain.Value.Integer |
multiply(Domain.Value.Integer other) |
Domain.Value.Integer |
subtract(Domain.Value.Integer other) |
Domain.Value.Boolean lessThanOrEqual(Domain.Value.Integer other)
Domain.Value.Integer add(Domain.Value.Integer other)
Domain.Value.Integer subtract(Domain.Value.Integer other)
Domain.Value.Integer multiply(Domain.Value.Integer other)
Domain.Value.Integer divide(Domain.Value.Integer other)
Copyright © 2017. All rights reserved.