object ProductType extends (ProductTypesPlatform.this)#ProductTypesModule
- Attributes
- protected
- Definition Classes
- ProductTypesPlatform → ProductTypes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProductType
- ProductTypesModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def caseClassApplyDefaultScala2(idx: Int): String
- Attributes
- protected
- Definition Classes
- ProductTypesModule
- def caseClassApplyDefaultScala3(idx: Int): String
- Attributes
- protected
- Definition Classes
- ProductTypesModule
- def checkArguments[A](parameters: Parameters, arguments: Arguments)(implicit arg0: (ProductTypesPlatform.this)#Type[A]): (Arguments, Arguments)
- Attributes
- protected
- Definition Classes
- ProductTypesModule
- def classNewDefaultScala2(idx: Int): String
- Attributes
- protected
- Definition Classes
- ProductTypesModule
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exprAsInstanceOfMethod[A](args: List[ListMap[String, (ProductTypesPlatform.this)#??]])(expr: (ProductTypesPlatform.this)#Expr[Any])(implicit arg0: (ProductTypesPlatform.this)#Type[A]): Constructor[A]
- Definition Classes
- ProductType → ProductTypesModule
- 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()
- def isCaseClass[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Class defined with "case class"
Class defined with "case class"
- Definition Classes
- ProductType → ProductTypesModule
- def isCaseObject[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Class defined with "case object"
Class defined with "case object"
- Definition Classes
- ProductType → ProductTypesModule
- def isCaseVal[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Scala 3 enum's case without parameters (a "val" under the hood, NOT an "object")
Scala 3 enum's case without parameters (a "val" under the hood, NOT an "object")
- Definition Classes
- ProductType → ProductTypesModule
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isJavaBean[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Any POJO with a public DEFAULT constructor...
Any POJO with a public DEFAULT constructor... and at least 1 setter or var
- Definition Classes
- ProductType → ProductTypesModule
- def isJavaEnumValue[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Java enum value - not the abstract enum type, but the concrete enum value
Java enum value - not the abstract enum type, but the concrete enum value
- Definition Classes
- ProductType → ProductTypesModule
- def isPOJO[A](implicit A: (ProductTypesPlatform.this)#Type[A]): Boolean
Any class with a public constructor...
Any class with a public constructor... explicitly excluding: primitives, String and Java enums
- Definition Classes
- ProductType → ProductTypesModule
- 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: (ProductTypesPlatform.this)#Type[A]): Option[(ProductTypesPlatform.this)#Product[A]]
- Definition Classes
- ProductTypesModule
- def parseConstructor[A](implicit arg0: (ProductTypesPlatform.this)#Type[A]): Option[Constructor[A]]
- Definition Classes
- ProductType → ProductTypesModule
- def parseExtraction[A](implicit arg0: (ProductTypesPlatform.this)#Type[A]): Option[Extraction[A]]
- Definition Classes
- ProductType → ProductTypesModule
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply[A](tpe: (ProductTypesPlatform.this)#Type[A]): Option[(ProductTypesPlatform.this)#Product[A]]
- Definition Classes
- ProductTypesModule
- 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()
- object platformSpecific