Class IsNull<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        IsNull()  
      protected IsNull​(java.util.function.BooleanSupplier booleanSupplier)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String renderCondition​(java.lang.String columnName)  
      <S> IsNull<S> when​(java.util.function.BooleanSupplier booleanSupplier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsNull

        public IsNull()
      • IsNull

        protected IsNull​(java.util.function.BooleanSupplier booleanSupplier)
    • Method Detail

      • when

        public <S> IsNull<S> when​(java.util.function.BooleanSupplier booleanSupplier)