public class IntegerConditionsImpl extends AbstractObjectConditions<Integer> implements IntegerConditions
negation, object| Constructor and Description |
|---|
IntegerConditionsImpl(Integer integer)
Creates a new conditions object on integer.
|
IntegerConditionsImpl(Integer integer,
boolean negation)
Creates a new conditions object on integer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalTo(int value)
Check that this is equal to given value
|
boolean |
greaterThan(int value)
Check that this is greater than given value
|
boolean |
greaterThanOrEqualTo(int value)
Check that this is greater than or equal given value
|
boolean |
lessThan(int value)
Check that this is less than given value
|
boolean |
lessThanOrEqualTo(int value)
Check that this is less than or equal given value
|
protected AbstractObjectConditions<Integer> |
newInstance(boolean negationValue)
Creates a new instance of this condition.
|
IntegerConditionsImpl |
not()
Negates this condition object.
|
getActualObject, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitverifypublic IntegerConditionsImpl(Integer integer)
integer - underlying integerpublic IntegerConditionsImpl(Integer integer, boolean negation)
integer - underlying integernegation - negation valueprotected AbstractObjectConditions<Integer> newInstance(boolean negationValue)
AbstractObjectConditionsnewInstance in class AbstractObjectConditions<Integer>negationValue - negation valuepublic IntegerConditionsImpl not()
Conditionsnot in interface Conditions<Integer>not in interface IntegerConditionsnot in class AbstractObjectConditions<Integer>public boolean equalTo(int value)
IntegerConditionsequalTo in interface IntegerConditionsvalue - the value to compare withpublic boolean lessThan(int value)
IntegerConditionslessThan in interface IntegerConditionsvalue - the value to compare withpublic boolean lessThanOrEqualTo(int value)
IntegerConditionslessThanOrEqualTo in interface IntegerConditionsvalue - the value to compare withpublic boolean greaterThan(int value)
IntegerConditionsgreaterThan in interface IntegerConditionsvalue - the value to compare withpublic boolean greaterThanOrEqualTo(int value)
IntegerConditionsgreaterThanOrEqualTo in interface IntegerConditionsvalue - the value to compare withCopyright © 2016 FluentLenium. All Rights Reserved.