public class IsNull<T> extends AbstractNoValueCondition<T>
Constructor and Description |
---|
IsNull() |
Modifier and Type | Method and Description |
---|---|
static <T> IsNull<T> |
empty() |
<S> IsNull<S> |
filter(BooleanSupplier booleanSupplier)
If renderable and the supplier returns true, returns this condition.
|
String |
renderCondition(String columnName) |
<S> IsNull<S> |
when(BooleanSupplier booleanSupplier)
Deprecated.
replaced by
filter(BooleanSupplier) |
accept, filterSupport
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderingSkipped, shouldRender
public static <T> IsNull<T> empty()
public String renderCondition(String columnName)
renderCondition
in class AbstractNoValueCondition<T>
@Deprecated public <S> IsNull<S> when(BooleanSupplier booleanSupplier)
filter(BooleanSupplier)
S
- condition type - not used except for compilation compliancebooleanSupplier
- function that specifies whether the condition should renderpublic <S> IsNull<S> filter(BooleanSupplier booleanSupplier)
S
- condition type - not used except for compilation compliancebooleanSupplier
- function that specifies whether the condition should renderCopyright © 2016–2021 MyBatis.org. All rights reserved.