Package com.exedio.cope
Class IsNullCondition<E>
java.lang.Object
com.exedio.cope.Condition
com.exedio.cope.IsNullCondition<E>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIsNullCondition
(Function<E> function, boolean not) IsNullCondition
(Selectable<E> function, boolean not) Creates a new IsNullCondition. -
Method Summary
-
Constructor Details
-
IsNullCondition
Creates a new IsNullCondition. Instead of using this constructor directly, you may want to use the more type-safe wrapper methods.- See Also:
-
IsNullCondition
-
-
Method Details