List Question
20 TechQA 2017-01-03T19:57:36.990000Scala getting the concrete type of a self-type
926 views
Asked by John Sullivan
Is it possible to use scala self types with guice?
124 views
Asked by hi_my_name_is
How to resolve "Incompatible return value type (got "FancyCat", expected "Self")"
168 views
Asked by ignoring_gravity
Explicit self-references with no type / difference with ''this''
3.3k views
Asked by Philippe
Kotlin - how to return "self type" in a subclass? (without an extension function)
785 views
Asked by Ondra Žižka
How to automatically inherit mixin generic type in self-types?
263 views
Asked by krismath
Limiting classes that can extend a scala trait
693 views
Asked by mjalajel
Don't understand the difference between Foo<T extends Foo> and Foo<T extends Foo<T>>
74 views
Asked by Michael Schulz
What is the Scala construct behind self-type annotations?
469 views
Asked by balteo
Generic method to return function returning generic self-type without the need to cast
114 views
Asked by Tob
Why scala self type is not a subtype of its requirement
518 views
Asked by Krever
Scala self-type and generic class
441 views
Asked by griin
Scala self types in pattern matching
554 views
Asked by Magnus
Explanation of Scala construct
83 views
Asked by CodeWarrior
Abstract types + self types + type overriding, and error "Value xxx is not a member of Component.this.T"
757 views
Asked by metaphori
Scala: illegal inheritance; self-type Foo[T] does not conform to Foo[T]'s selftype T
516 views
Asked by Hadil Sabbagh
Self-type annotation hinders instantiation of inner class. Why?
666 views
Asked by Tim Friske
Type aliases for outer object as private scope parameter
759 views
Asked by 0__
Constrain higher-kinded path-dependent type like a self-type
142 views
Asked by francoisr
Scala: Restricting traits mixing-in f-bounded polymorphic traits
179 views
Asked by Maths noob