Package com.exedio.cope
Class IsNullCondition<E>
- java.lang.Object
-
- com.exedio.cope.Condition
-
- com.exedio.cope.IsNullCondition<E>
-
- All Implemented Interfaces:
Serializable
public final class IsNullCondition<E> extends Condition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsNullCondition(Function<E> function, boolean not)
IsNullCondition(Selectable<E> function, boolean not)
Creates a new IsNullCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
-
-
-
Constructor Detail
-
IsNullCondition
public IsNullCondition(Selectable<E> function, boolean not)
Creates a new IsNullCondition. Instead of using this constructor directly, you may want to use the more type-safe wrapper methods.- See Also:
Function.isNull()
,Function.isNotNull()
-
-