Class IsLikeCaseInsensitive

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IsLikeCaseInsensitive​(java.util.function.Supplier<java.lang.String> valueSupplier)  
      protected IsLikeCaseInsensitive​(java.util.function.Supplier<java.lang.String> valueSupplier, java.util.function.Predicate<java.lang.String> predicate)  
    • Method Summary

      Modifier and Type Method Description
      static IsLikeCaseInsensitive of​(java.util.function.Supplier<java.lang.String> valueSupplier)  
      java.lang.String renderCondition​(java.lang.String columnName, java.lang.String placeholder)  
      IsLikeCaseInsensitive then​(java.util.function.UnaryOperator<java.lang.String> transformer)  
      java.lang.String value()  
      IsLikeCaseInsensitive when​(java.util.function.Predicate<java.lang.String> predicate)  
      • Methods inherited from class java.lang.Object

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

      • IsLikeCaseInsensitive

        protected IsLikeCaseInsensitive​(java.util.function.Supplier<java.lang.String> valueSupplier)
      • IsLikeCaseInsensitive

        protected IsLikeCaseInsensitive​(java.util.function.Supplier<java.lang.String> valueSupplier,
                                        java.util.function.Predicate<java.lang.String> predicate)