Class IsNull<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        IsNull()  
      protected IsNull​(java.util.function.BooleanSupplier booleanSupplier)  
    • 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)