class GenericInstance[A <: Type with TypeVarReplace[A]] extends Type with TypeVarReplace[GenericInstance[A]] with TypeVarFetch

Тип данных - экземпляр переменной параметрезированного типа

A

Объект реализующий TypeVarReplace

See also

TypeVarReplace

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericInstance
  2. TypeVarFetch
  3. TypeVarReplace
  4. Type
  5. Genericable
  6. Extendable
  7. Assignable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericInstance(recipe: Map[String, Type], source: A)

    recipe

    правило параметризации

    source

    исходный параметризированный тип

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assignable(t: Type): Boolean

    Проверка возможности присвоение с учетом параметров типа

    Проверка возможности присвоение с учетом параметров типа

    t

    присваемый тип данных

    returns

    true - операция допускается, false - не допускается

    Definition Classes
    GenericableAssignable
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def extend: Option[Type]

    Возвращает родительский тип данных

    Возвращает родительский тип данных

    returns

    родительский тип

    Definition Classes
    Extendable
  10. lazy val generics: GenericParams

    Список параметров типа

    Список параметров типа

    Definition Classes
    Genericable
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val recipe: Map[String, Type]
  18. val source: A
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String

    Возвращает сигнатуру типа

    Возвращает сигнатуру типа

    returns

    сигнатура

    Definition Classes
    GenericInstance → AnyRef → Any
  21. def typeVarFetch(from: List[Any] = List()): List[TypeVarLocator]

    Извлечение переменных

    Извлечение переменных

    from

    Путь относительно которого происходит вызов

    returns

    список переменных

    Definition Classes
    GenericInstanceTypeVarFetch
  22. def typeVarReplace(trecipe: (TypeVariable) ⇒ Option[Type]): GenericInstance[A]

    Замена переменных

    Замена переменных

    returns

    новый тип

    Definition Classes
    GenericInstanceTypeVarReplace
  23. def typeVarReplace(recipe: (String, Type)*): GenericInstance[A]

    Замена переменных

    Замена переменных

    recipe

    правило замены

    returns

    новый тип

    Definition Classes
    TypeVarReplace
  24. def typeVarReplacer(recipe: Consumer[TypeVarReplacer]): GenericInstance[A]
    Definition Classes
    TypeVarReplace
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object typeVarBake

    Замена переменных

    Замена переменных

    Definition Classes
    TypeVarReplace

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TypeVarFetch

Inherited from TypeVarReplace[GenericInstance[A]]

Inherited from Type

Inherited from Genericable

Inherited from Extendable

Inherited from Assignable

Inherited from AnyRef

Inherited from Any

Ungrouped