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:
  • Constructor Details

    • 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:
    • IsNullCondition

      public IsNullCondition(Function<E> function, boolean not)
  • Method Details