trait ImplicitConversion extends AnyRef
A trait that signals the member results from an implicit conversion
- Source
- Entity.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImplicitConversion
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
constraints: List[Constraint]
The constraints that the transformations puts on the type parameters
-
abstract
def
conversionQualifiedName: String
A qualified name uniquely identifying the conversion (currently: the conversion method's qualified name)
-
abstract
def
conversionShortName: String
A short name of the conversion
-
abstract
def
convertorMethod: Either[MemberEntity, String]
The entity for the method that performed the conversion, if it's documented (or just its name, otherwise)
-
abstract
def
convertorOwner: TemplateEntity
The entity that performed the conversion
-
abstract
def
isHiddenConversion: Boolean
Is this a hidden implicit conversion (as specified in the settings)
-
abstract
def
members: List[MemberEntity]
The members inherited by this implicit conversion
-
abstract
def
source: DocTemplateEntity
The source of the implicit conversion
-
abstract
def
targetType: TypeEntity
The result type after the conversion
-
abstract
def
targetTypeComponents: List[(TemplateEntity, TypeEntity)]
The components of the implicit conversion type parents
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to any2stringadd[ImplicitConversion] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ImplicitConversion, B)
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to ArrowAssoc[ImplicitConversion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
ensuring(cond: (ImplicitConversion) ⇒ Boolean, msg: ⇒ Any): ImplicitConversion
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to Ensuring[ImplicitConversion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ImplicitConversion) ⇒ Boolean): ImplicitConversion
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to Ensuring[ImplicitConversion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ImplicitConversion
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to Ensuring[ImplicitConversion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ImplicitConversion
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to Ensuring[ImplicitConversion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to StringFormat[ImplicitConversion] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (ImplicitConversion, B)
- Implicit
- This member is added by an implicit conversion from ImplicitConversion to ArrowAssoc[ImplicitConversion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.