Class NumberNodes<A>
java.lang.Object
uk.org.webcompere.modelassert.json.dsl.SubsetDsl<A>
uk.org.webcompere.modelassert.json.dsl.nodespecific.NumberNodes<A>
- Type Parameters:
A- the type of assertion
- All Implemented Interfaces:
NumberComparisonDsl<A>,NumberNodeDsl<A>,Satisfies<A>
Reduce the DSL down to just numbers
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.org.webcompere.modelassert.json.dsl.nodespecific.NumberComparisonDsl
isBetween, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isZero, satisfiesNumberConditionMethods inherited from interface uk.org.webcompere.modelassert.json.dsl.nodespecific.NumberNodeDsl
isDouble, isGreaterThanDouble, isGreaterThanInt, isGreaterThanLong, isGreaterThanOrEqualToDouble, isGreaterThanOrEqualToInt, isGreaterThanOrEqualToLong, isInteger, isLessThanDouble, isLessThanInt, isLessThanLong, isLessThanOrEqualToDouble, isLessThanOrEqualToInt, isLessThanOrEqualToLong, isLong, isNotNumber, isNumber, isNumberEqualTo, isNumberNotEqualTo
-
Constructor Details
-
NumberNodes
-