Search code examples
How to resolve "Incompatible return value type (got "FancyCat", expected "Self&q...


pythonmypypython-typingself-type

Read More
Can we reassign 'this' multiple times in a trait...


scalatypesself-type

Read More
Generic method to return function returning generic self-type without the need to cast...


javagenericsself-type

Read More
What is the difference between self-types and trait subclasses?...


scalatraitsself-type

Read More
Type parameter under self-type doesn't conform to upper bound despite evidence...


scalaimplicittype-parametertype-boundsself-type

Read More
How to avoid downcasting of abstract class to child class?...


javaandroidabstract-classself-type

Read More
How to automatically inherit mixin generic type in self-types?...


scalagenericsinheritanceself-type

Read More
Self-type annotation for class with higher kinded type...


scalaexistential-typehigher-kinded-typesself-type

Read More
Why use Self instead of the type's name in a concrete implementation?...


rusttraitsself-type

Read More
How to let trait use `this` constructor in scala?...


scalatraitsself-typef-bounded-polymorphismreturn-current-type

Read More
Define a single trait out of multiple traits constrained by self-types...


scalascalatestself-type

Read More
What's the difference between self-type `this: T =>` and `this: T`?...


scalasyntaxself-type

Read More
Java self-typed methods: cannot safely cast to actual type...


javagenericsself-type

Read More
How to keep single responsibility when using self-type in Scala?...


scalaself-typecake-pattern

Read More
Limiting classes that can extend a scala trait...


scalainheritancetraitsself-type

Read More
Difference between trait inheritance and self type annotation...


scalacompositiontraitsself-type

Read More
Explanation of Scala construct...


scalaself-type

Read More
Scala abstract types implement trait that extends from generic trait...


scalafunctional-programmingtraitsself-type

Read More
Scala self-type and generic class...


scalagenericstypesself-type

Read More
Scala: Restricting traits mixing-in f-bounded polymorphic traits...


scalaself-typef-bounded-polymorphism

Read More
Scala using Implicit with Self Types...


scalamixinsimplicit-conversionself-type

Read More
Expose protected member as public with self tyes...


scalatraitsself-typecake-pattern

Read More
Write a Copyable interface more elegant than in Java...


genericsinterfacecopykotlinself-type

Read More
Requiring a certain trait -> Self type annotation?...


scalaself-type

Read More
Can I have multiple selftypes in Scala?...


scalaself-type

Read More
Self type annotation not recognized by compiler...


scalacompiler-errorsself-type

Read More
How do I make sure a function receives the same parameter type as the current object?...


scalatypestype-inferenceself-type

Read More
How to explain TreeNode type restriction and self-type in Spark's TreeNode?...


scalaapache-spark-sqltreenodeself-type

Read More
Abstract types + self types + type overriding, and error "Value xxx is not a member of Componen...


scalaabstract-typeself-type

Read More
Define a trait to be extended by case class in scala...


scalatraitscase-classself-type

Read More
BackNext