Class IsNotLike<T>

    • Constructor Detail

      • IsNotLike

        protected IsNotLike​(java.util.function.Supplier<T> valueSupplier)
      • IsNotLike

        protected IsNotLike​(java.util.function.Supplier<T> valueSupplier,
                            java.util.function.Predicate<T> predicate)
    • Method Detail

      • of

        public static <T> IsNotLike<T> of​(java.util.function.Supplier<T> valueSupplier)
      • when

        public IsNotLike<T> when​(java.util.function.Predicate<T> predicate)
      • then

        public IsNotLike<T> then​(java.util.function.UnaryOperator<T> transformer)