scala.tools.nsc.ast.TreeDSL.CODE

SelectStart

case class SelectStart(tree: Select) extends Product with Serializable

Source
TreeDSL.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SelectStart
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by mkTreeMethodsFromSelectStart
  2. by mkTreeFromSelectStart
  3. by any2stringfmt
  4. by any2stringadd
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectStart(tree: Select)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SelectStart, B)

    Implicit information
    This member is added by an implicit conversion from SelectStart to ArrowAssoc[SelectStart] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def ===(rhs: Tree): Assign

    Assignment

    Assignment

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  9. def AND(other: Tree): Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  10. def ANY_!=(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  11. def ANY_==(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  12. def ANY_EQ(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  13. def APPLY(params: List[Tree]): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  14. def APPLY(params: Tree*): Apply

    Apply, Select, Match *

    Apply, Select, Match *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  15. def AS(tpe: Type): Tree

    Casting & type tests -- working our way toward understanding exactly what differs between the different forms of IS and AS.

    Casting & type tests -- working our way toward understanding exactly what differs between the different forms of IS and AS.

    See ticket #2168 for one illustration of AS vs. AS_ANY.

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  16. def BOOL_&&(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  17. def BOOL_||(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  18. def DOT(sym: Symbol): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  19. def DOT(member: Name): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  20. def DROP(count: Int): Tree

    Methods for sequences *

    Methods for sequences *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  21. def GETCLASS(): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  22. def INT_!=(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  23. def INT_&(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  24. def INT_==(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  25. def INT_>=(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  26. def INT_|(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  27. def IS(tpe: Type): Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  28. def IS_OBJ(tpe: Type): Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  29. def MATCH(cases: CaseDef*): Match

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  30. def MEMBER_==(other: Tree): Apply

    Note - calling ANY_== in the matcher caused primitives to get boxed for the comparison, whereas looking up nme.

    Note - calling ANY_== in the matcher caused primitives to get boxed for the comparison, whereas looking up nme.EQ does not. See #3570 for an example of how target.tpe can be non-null, yet it claims not to have a member called nme.EQ. Not sure if that should happen, but we can be robust by dragging in Any regardless.

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  31. def OBJ_!=(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  32. def OBJ_==(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  33. def OBJ_EQ(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  34. def OBJ_NE(other: Tree): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  35. def OR(other: Tree): Tree

    logical/comparison ops *

    logical/comparison ops *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  36. def TOSTRING(): Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  37. def apply(args: Tree*): Apply

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def attach(att: Any): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  40. def attachment[T](implicit arg0: ClassTag[T]): T

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  41. def attachmentOpt[T](implicit arg0: ClassTag[T]): Option[T]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  42. def children: List[Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  43. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def collect[T](pf: PartialFunction[Tree, T]): List[T]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  45. def defineType(tp: Type): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  46. def detach(clazz: Class[_]): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  47. def detach(att: Any): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  48. def duplicate: Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  49. def ensuring(cond: (SelectStart) ⇒ Boolean, msg: ⇒ Any): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: (SelectStart) ⇒ Boolean): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: Boolean, msg: ⇒ Any): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. def ensuring(cond: Boolean): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  53. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. def equalsStructure(that: Tree): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  55. def equalsStructure0(that: Tree)(f: (Tree, Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  56. def exists(p: (Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  57. def filter(f: (Tree) ⇒ Boolean): List[Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  58. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. def find(p: (Tree) ⇒ Boolean): Option[Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  60. def forAll(p: (Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  61. def foreach(f: (Tree) ⇒ Unit): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  62. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  63. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  64. def hasSymbol: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    SymTree → Tree
  65. def hasSymbolWhich(f: (Symbol) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  66. val id: Int

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  67. def isDef: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  68. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  69. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  70. def isTerm: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  71. def isType: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  72. val name: Name

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Select → RefTree → NameTree
  73. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  74. final def notify(): Unit

    Definition Classes
    AnyRef
  75. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  76. def orElse(alt: ⇒ Tree): Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  77. def pos: Position

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  78. def pos_=(pos: Position): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  79. def printingPrefix: String

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  80. val qualifier: Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Select → RefTree
  81. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  82. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  83. def setPos(newpos: Position): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  84. def setSymbol(sym: Symbol): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  85. def setType(tp: Type): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  86. var symbol: Symbol

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    SymTree → Tree
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. def tpe: Type

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  89. def tpe_=(t: Type): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  90. val tree: Select

  91. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  92. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  93. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  94. def withAttachment(att: Any): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  95. def withFilter(f: (Tree) ⇒ Boolean): List[Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  96. def withoutAttachment(att: Any): Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  97. def [B](y: B): (SelectStart, B)

    Implicit information
    This member is added by an implicit conversion from SelectStart to ArrowAssoc[SelectStart] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to ArrowAssoc[SelectStart] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion mkTreeMethodsFromSelectStart from SelectStart to TreeMethods

Inherited by implicit conversion mkTreeFromSelectStart from SelectStart to Select

Inherited by implicit conversion any2stringfmt from SelectStart to StringFormat

Inherited by implicit conversion any2stringadd from SelectStart to StringAdd

Inherited by implicit conversion any2ArrowAssoc from SelectStart to ArrowAssoc[SelectStart]

Inherited by implicit conversion any2Ensuring from SelectStart to Ensuring[SelectStart]