izumi.fundamentals.platform.language

Members list

Type members

Classlikes

final case class CodePosition(position: SourceFilePosition, applicationPointId: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CodePositionMaterializer(get: CodePosition) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object IzScala

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IzScala.type
object Quirks

Syntax for explicitly discarding values to satisfy -Ywarn-value-discard and for clarity of course!

Syntax for explicitly discarding values to satisfy -Ywarn-value-discard and for clarity of course!

Attributes

See also

also scala.annotation.unused

Supertypes
class Object
trait Matchable
class Any
Self type
Quirks.type
sealed trait ScalaRelease

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class 2_12
class 2_13
class 3
class Unknown
class Unsupported
object ScalaRelease

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class SourceFilePosition(file: String, line: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SourceFilePositionMaterializer(get: SourceFilePosition) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class SourcePackage(pkg: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SourcePackageMaterializer(get: SourcePackage) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object newtype

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
newtype.type

Deprecated classlikes

final class open extends StaticAnnotation

A documenting annotation for an intentionally non-final class. In lieu of Scala 3's open keyword.

A documenting annotation for an intentionally non-final class. In lieu of Scala 3's open keyword.

Attributes

See also
Deprecated
true
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any