Search code examples
Kotlin - Get static functions with reflection...

kotlinreflectionstatic-methodscompanion-object

Read More
Why can I not access `::class.companionObject`?...

kotlinreflectioncompanion-objectkotlin-reflectkotlin-companion

Read More
Why Companion object is not accessible from Java code?...

javakotlincompanion-objectkotlin-companion

Read More
Kotlin: Difference between object and companion object in a class...

objectkotlincompanion-object

Read More
Using "this" to get class instance within companion scope in kotlin...

androidkotlincompanion-object

Read More
Why fields declaration with var/val not allowed in apply method of companion object...

scalacompanion-object

Read More
type mismatch; found point.type, required T | Scala...

scalagenericscompanion-object

Read More
Companion Object for Generic class | Scala...

scalagenericscompanion-object

Read More
Kotlin Generic Function With Enum Constraint...

kotlingenericsenumscompanion-object

Read More
Create a companion object that mixes in a trait that defines a method which returns an object of the...

scalagenericsserializationtraitscompanion-object

Read More
In scala 2.13, why implicit scope of a companion object may sometimes be misaligned? How to correct ...

scalatypeclassimplicitcompanion-object

Read More
Generics, companion object, and inheritance in kotlin...

androidkotlingenericsinheritancecompanion-object

Read More
classifier does not have a companion object...

android-studiokotlinfragmentcompanion-object

Read More
Why 'companion' is not applicable inside object?...

javaobjectkotlincompanion-object

Read More
How get companion method reference (KFunction<>) by refelection...

javaandroidkotlinreflectioncompanion-object

Read More
Can't get an access to a companion object's field...

scalacompanion-object

Read More
Generate apply methods creating a class...

scalafunctional-programmingscala-catsscala-macroscompanion-object

Read More
Why is private constructor still visible in case class?...

scalaaccess-modifierscase-classcompanion-objectprivate-constructor

Read More
Cannot access companion object but can instantiate class...

scalacompanion-object

Read More
Adding same class object return values using operator overloading in C++...

c++oopoperator-overloadingcompanion-object

Read More
Android - Kotlin : Instantiate an object once inside the class that extends application and use it i...

androidandroid-studiokotlinsingletoncompanion-object

Read More
What is the benefit of comapion objects instead of static method and fields?...

javakotlinstaticcompanion-object

Read More
Kotlin companion object unexpected result...

kotlincompanion-object

Read More
What are the differences between "object equality" created by the factory method of the co...

scalaequalitycase-classcompanion-object

Read More
Factory with companion object where each type of object takes a common parameter...

scalafactorycompanion-object

Read More
How to declare extension parameter on generic enums companions...

genericsenumskotlinextension-methodscompanion-object

Read More
Kotlin: are companion object lateinit vars initialised once?...

androidkotlinstaticcompanion-objectkotlin-lateinit

Read More
Internal Objects for Utility Classes?...

intellij-ideakotlincompanion-object

Read More
How to invoke class constructor, if class and object is in the same file...

scalamavencompanion-object

Read More
kotlin pass context to static constructor...

kotlinconstructorstaticandroid-contextcompanion-object

Read More
BackNext