Package net.anwiba.commons.ensure
Class GreaterThanCondition<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- net.anwiba.commons.ensure.GreaterThanCondition<T>
-
- All Implemented Interfaces:
ICondition<T>
public class GreaterThanCondition<T extends java.lang.Comparable<T>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GreaterThanCondition(java.lang.Comparable<T> expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(T value)java.lang.StringtoString()java.lang.StringtoText()
-