c
izumi.fundamentals.platform.language
SourcePackageMaterializer
Companion object SourcePackageMaterializer
final case class SourcePackageMaterializer(get: SourcePackage) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourcePackageMaterializer
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SourcePackageMaterializer(get: SourcePackage)
Value Members
- val get: SourcePackage
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product