implicit final class Ops$newtype extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ops$newtype
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- val $this$: Type
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def allSegments: List[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapSegments[A](fn: (Name) => A): List[A]
- def show: String
- def toCamelCase(separator: String = "."): String
- def toList: List[Name]
- Annotations
- @inline()
- def toModulePath: ModulePath
- def toPackagePath: PackagePath
- def toString(): String
- Definition Classes
- Ops$newtype → Any
- def value: List[Name]