Class IsGreaterThanWhenPresent<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.AbstractSingleValueCondition<T>
-
- org.mybatis.dynamic.sql.where.condition.IsGreaterThan<T>
-
- org.mybatis.dynamic.sql.where.condition.IsGreaterThanWhenPresent<T>
-
- All Implemented Interfaces:
VisitableCondition<T>
public class IsGreaterThanWhenPresent<T> extends IsGreaterThan<T>
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.AbstractSingleValueCondition
valueSupplier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsGreaterThanWhenPresent(java.util.function.Supplier<T> valueSupplier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> IsGreaterThanWhenPresent<T>
of(java.util.function.Supplier<T> valueSupplier)
IsGreaterThanWhenPresent<T>
then(java.util.function.UnaryOperator<T> transformer)
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.IsGreaterThan
renderCondition, when
-
Methods inherited from class org.mybatis.dynamic.sql.AbstractSingleValueCondition
accept, shouldRender, value
-
-
-
-
Constructor Detail
-
IsGreaterThanWhenPresent
protected IsGreaterThanWhenPresent(java.util.function.Supplier<T> valueSupplier)
-
-
Method Detail
-
of
public static <T> IsGreaterThanWhenPresent<T> of(java.util.function.Supplier<T> valueSupplier)
-
then
public IsGreaterThanWhenPresent<T> then(java.util.function.UnaryOperator<T> transformer)
- Overrides:
then
in classIsGreaterThan<T>
-
-