fr.hammons.slinc.DescriptorOf$
See theDescriptorOf companion trait
object DescriptorOf
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DescriptorOf.type
Members list
Type members
Classlikes
object given_DescriptorOf_Byte extends DescriptorOf[Byte]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_Double extends DescriptorOf[Double]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_Float extends DescriptorOf[Float]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_Int extends DescriptorOf[Int]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_Long extends DescriptorOf[Long]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_Short extends DescriptorOf[Short]
Attributes
- Supertypes
- Self type
object given_DescriptorOf_VarArgs extends DescriptorOf[VarArgs]
Attributes
- Supertypes
- Self type
Value members
Concrete methods
Convenience method for summoning the TypeDescriptor attached to DescriptorOf.
Convenience method for summoning the TypeDescriptor attached to DescriptorOf.
Attributes
- Returns
-
TypeDescriptor for type A
- Example
-
DescriptorOf[Int] //returns IntDescriptor
Givens
Givens
In this article