Class Is<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Is​(Quality<T> delegate)  
      Is​(T delegate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Is

        public Is​(T delegate)
      • Is

        public Is​(Quality<T> delegate)