clauseInterleaving
 scala.language.experimental.clauseInterleaving
  object clauseInterleaving
 
Adds support for clause interleaving: Methods can now have as many type clauses as they like, this allows to have type bounds depend on terms: def f(x: Int)[A <: x.type]: A 
Attributes
- See also
- Deprecated
- 
    [Since version 3.6]`clauseInterleaving` is now standard, no language import is needed
- Source
- language.scala
- Graph
- 
    
- Supertypes
- Self type
- 
    clauseInterleaving.type
In this article