Class AttributeKey<T>

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class AttributeKey<T>
    extends AttributeKey<T>
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeKey​(java.lang.String name, java.lang.Class<?> clazz)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> AttributeKey<T> apply​(java.lang.String name, scala.reflect.ClassTag<T> evidence$1)  
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • AttributeKey

        public AttributeKey​(java.lang.String name,
                            java.lang.Class<?> clazz)
    • Method Detail

      • apply

        public static <T> AttributeKey<T> apply​(java.lang.String name,
                                                scala.reflect.ClassTag<T> evidence$1)
      • name

        public java.lang.String name()