trait ProductTypesModule extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProductTypesModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def isCaseClass[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
- abstract def isCaseObject[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
- abstract def isJavaBean[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
- abstract def isPOJO[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
- abstract def parseConstructor[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Constructor[A]]
- abstract def parseExtraction[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Extraction[A]]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def areNamesMatching(fromName: String, toName: String): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def caseClassApplyDefaultScala2(idx: Int): String
- Attributes
- protected
- def caseClassApplyDefaultScala3(idx: Int): String
- Attributes
- protected
- def checkArguments[A](parameters: Parameters, arguments: Arguments)(implicit arg0: (ProductTypes.this)#Type[A]): (Arguments, Arguments)
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dropGetIs: (String) => String
- val dropSet: (String) => String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isGarbage: (String) => Boolean
- val isGetterName: (String) => Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSetterName: (String) => Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def parse[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply[A](tpe: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()