Class As.Ref<T>

  • Enclosing interface:
    As

    public static final class As.Ref<T>
    extends java.lang.Object
    Since:
    3.2-ALPHA-12
    • Constructor Summary

      Constructors 
      Constructor Description
      Ref()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<T> getType()  
      • Methods inherited from class java.lang.Object

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

      • Ref

        public Ref()
    • Method Detail

      • getType

        @Nonnull
        public java.lang.Class<T> getType()