Class IsNullCondition<E>

    • 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()
      • IsNullCondition

        public IsNullCondition​(Function<E> function,
                               boolean not)