Class To<T>

    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • To

        public To​(T delegate)
      • To

        public To​(Quality<T> delegate)