Search code examples
Accessing Companion Class variable from another class...

scalacompanion-object

Read More
Scala is not creating private constructor for companion class...

scalacompanion-object

Read More
Implicit def type classes from other type classes...

scalatypeclassimplicitcompanion-objectimplicit-typing

Read More
Problems returning a value while using a trait and companion object in Scala (Eclipse IDE)...

scalaprogram-entry-pointtraitscompanion-object

Read More
Avoid duplicate type alias in Scala class and companion object...

scalacompanion-objecttype-alias

Read More
Can't access Parent's Members while dealing with Macro Annotations...

scalamacrosannotationscode-generationcompanion-object

Read More
Can a trait guarantee that it is inherited by a companion object at compile- or run-time...

scalatraitscompanion-object

Read More
Can I in Scala declare the class inside its companion object?...

scalaconstructorprivatecompanion-object

Read More
Static inner class vs Companion's inner class...

javascalaoopinner-classescompanion-object

Read More
How can I guarantee the existence of a method in a companion object and reference it?...

scalagenericstraitscompanion-objecttype-bounds

Read More
Instantiating a class's subtype in the companion object's apply method in Scala...

scalaapplyfactory-patternsubtypecompanion-object

Read More
Access object inside of a companion object in scala...

scalacompanion-object

Read More
Factory design pattern in Scala with case classes...

scalacompanion-object

Read More
Create companion objects for classes imported from Java...

scalaimportcompanion-object

Read More
Why can't Scala find my typeclass instance defined implicitly in the companion object, when the ...

scalatypeclassimplicitcompanion-object

Read More
How do I create an explicit companion object for a case class which behaves identically to the repla...

scalacase-classcompanion-object

Read More
How to talk about companion objects vs regular objects?...

scalacompanion-object

Read More
"Static" field in Scala companion object...

scalacompanion-object

Read More
When is an implicit imported from a companion object?...

scalaimplicit-conversionimplicitcompanion-object

Read More
Calling methods from each other when using Abstact Class and Factory in Scala (Companion Object)...

scalaabstract-classfactoryabstractcompanion-object

Read More
Companion class requires import of Companion object methods and nested objects?...

scalacompanion-object

Read More
Merging of custom and compiler generated companion objects for a case class. What are the merging ru...

scalacase-classcompanion-object

Read More
Why do we have to explicitly import implicit conversions having implicit parameters from companion o...

scalaimplicit-conversionimplicitscompanion-object

Read More
Scala – companion object & apply: non understandable error...

xmlscalacompanion-object

Read More
Create or extend a companion object, using a macro annotation on the class...

scalamacroscompanion-object

Read More
Scala case class implementation of smart constructors?...

scalacase-classcompanion-object

Read More
Do final vals increase the object size?...

scalaconstantsfinalcompile-time-constantcompanion-object

Read More
Scala: Get companion class in companion object...

scalacompanion-object

Read More
Encapsulating related fields into a companion object/class and avoiding duplication...

oopscalaencapsulationcode-duplicationcompanion-object

Read More
Companion Object in a List bound by the Related class' super-trait...

scalagenericscompanion-object

Read More
BackNext