Class Not<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Not​(Quality<? super T> delegate)  
      Not​(T delegate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Not

        public Not​(T delegate)
      • Not

        public Not​(Quality<? super T> delegate)