t

scalan.Converters

Converter

trait Converter[T, R] extends (Converters.this)#Node with (Converters.this)#Def[(Converters.this)#Converter[T, R]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Converter
  2. Def
  3. Node
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(x: (Converters.this)#Ref[T]): (Converters.this)#Ref[R]
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. implicit abstract def eR: (Converters.this)#Elem[R]
  4. implicit abstract def eT: (Converters.this)#Elem[T]
  5. abstract def productArity: Int
    Definition Classes
    Product
  6. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  7. abstract def resultType: (Converters.this)#Elem[(Converters.this)#Converter[T, R]]
    Definition Classes
    Def

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def convFun: (Converters.this)#Ref[(T) ⇒ R]
  7. final def deps: Array[(Converters.this)#Sym]
    Definition Classes
    Node
  8. final def elements: Array[AnyRef]
    Definition Classes
    Node
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Node → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getDeps: Array[(Converters.this)#Sym]
    Attributes
    protected
    Definition Classes
    Node
  14. def hashCode(): Int
    Definition Classes
    Node → AnyRef → Any
  15. def isIdentity: Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mirror(t: (Converters.this)#Transformer): (Converters.this)#Ref[(Converters.this)#Converter[T, R]]
    Definition Classes
    Def
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def nodeId: Int
    Definition Classes
    Node
    Annotations
    @inline()
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def productIterator: Iterator[Any]
    Definition Classes
    Product
  23. def productPrefix: String
    Definition Classes
    Product
  24. final def self: (Converters.this)#Ref[(Converters.this)#Converter[T, R]]
    Definition Classes
    Def
  25. final def syms: Array[(Converters.this)#Sym]
    Definition Classes
    Node
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Converter → Node → AnyRef → Any
  28. def transform(t: (Converters.this)#Transformer): (Converters.this)#Def[(Converters.this)#Converter[T, R]]
    Definition Classes
    Def
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (Converters.this)#Def[(Converters.this)#Converter[T, R]]

Inherited from (Converters.this)#Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped