Packages

trait ProductTypesModule extends AnyRef

Attributes
protected
Self Type
(ProductTypes.this)#ProductType.type
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductTypesModule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class RegexpOps extends AnyRef

Abstract Value Members

  1. abstract def isCaseClass[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
  2. abstract def isCaseObject[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
  3. abstract def isJavaBean[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
  4. abstract def isPOJO[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
  5. abstract def parseConstructor[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Constructor[A]]
  6. abstract def parseExtraction[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Extraction[A]]

Concrete 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. def areNamesMatching(fromName: String, toName: String): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def caseClassApplyDefaultScala2(idx: Int): String
    Attributes
    protected
  7. def caseClassApplyDefaultScala3(idx: Int): String
    Attributes
    protected
  8. def checkArguments[A](parameters: Parameters, arguments: Arguments)(implicit arg0: (ProductTypes.this)#Type[A]): (Arguments, Arguments)
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val dropGetIs: (String) => String
  11. val dropSet: (String) => String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val isGarbage: (String) => Boolean
  18. val isGetterName: (String) => Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isSetterName: (String) => Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def parse[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def unapply[A](tpe: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped