Trait

emblem.emblematic

Reflective

Related Doc: package emblematic

Permalink

trait Reflective[A] extends AnyRef

a prototype for Emblem and Union

Source
Reflective.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reflective
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type PropType[B, C] <: ReflectiveProp[B, C]

    Permalink

    the kind of reflective property this reflective has.

    the kind of reflective property this reflective has. either an EmblemProp or a UnionProp

Abstract Value Members

  1. abstract val props: Seq[PropType[A, _]]

    Permalink

    the reflective properties

  2. abstract val typeKey: TypeKey[A]

    Permalink

    a type key for the type that we reflect upon

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to any2stringadd[Reflective[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Reflective[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to ArrowAssoc[Reflective[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(name: String): PropType[A, _]

    Permalink

    retrieves a reflective property by name

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val debugInfo: String

    Permalink

    a string describing the reflective in full detail

  10. def ensuring(cond: (Reflective[A]) ⇒ Boolean, msg: ⇒ Any): Reflective[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to Ensuring[Reflective[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Reflective[A]) ⇒ Boolean): Reflective[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to Ensuring[Reflective[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Reflective[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to Ensuring[Reflective[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Reflective[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to Ensuring[Reflective[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to StringFormat[Reflective[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. val fullname: String

    Permalink

    the fully qualified type name

  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val name: String

    Permalink

    the unqualified type name

  23. val namePrefix: String

    Permalink

    a dot-separated identifier of the enclosing scope of the type

  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def prop[B](name: String)(implicit arg0: TypeKey[B]): PropType[A, B]

    Permalink

    retrieves the reflective property with the specified property type by name

  28. val propMap: Map[String, PropType[A, _]]

    Permalink

    a map of the props, keyed by name

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    Reflective → AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (Reflective[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Reflective[A] to ArrowAssoc[Reflective[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Reflective[A] to any2stringadd[Reflective[A]]

Inherited by implicit conversion StringFormat from Reflective[A] to StringFormat[Reflective[A]]

Inherited by implicit conversion Ensuring from Reflective[A] to Ensuring[Reflective[A]]

Inherited by implicit conversion ArrowAssoc from Reflective[A] to ArrowAssoc[Reflective[A]]

Ungrouped