Class

scala.tuples.macros

FromTupleMacro

Related Doc: package macros

Permalink

class FromTupleMacro extends Extractors with HasContext with HasLog

Linear Supertypes
HasLog, HasContext, Extractors, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromTupleMacro
  2. HasLog
  3. HasContext
  4. Extractors
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FromTupleMacro(c: Context)

    Permalink

Type Members

  1. case class CaseClass extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Extractors

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object CaseClass extends Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Extractors
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val c: Context

    Permalink
    Definition Classes
    FromTupleMacro → HasContext
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. val dbg: (String) ⇒ Unit

    Permalink
    Definition Classes
    HasLog
  11. val debugEnabled: Boolean

    Permalink
    Definition Classes
    HasLog
  12. def derived[TT, T](implicit tt: reflect.macros.blackbox.Context.WeakTypeTag[TT], t: reflect.macros.blackbox.Context.WeakTypeTag[T]): reflect.macros.blackbox.Context.Expr[DerivedFrom[TT, T]]

    Permalink
  13. def ensuring(cond: (FromTupleMacro) ⇒ Boolean, msg: ⇒ Any): FromTupleMacro

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. val err: (String) ⇒ Nothing

    Permalink
    Definition Classes
    HasLog
  20. def exported[TT, T](implicit tt: reflect.macros.blackbox.Context.WeakTypeTag[TT], t: reflect.macros.blackbox.Context.WeakTypeTag[T]): reflect.macros.blackbox.Context.Expr[ExportedFrom[TT, T]]

    Permalink
  21. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def impl[TT, T](implicit t: reflect.macros.blackbox.Context.WeakTypeTag[T]): reflect.macros.blackbox.Context.Expr[Aux[TT, T]]

    Permalink
  25. val info: (String) ⇒ Unit

    Permalink
    Definition Classes
    HasLog
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isTuple(tpe: reflect.macros.Universe.Type): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Extractors
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. val optionTpe: reflect.macros.Universe.Type

    Permalink
    Definition Classes
    Extractors
  32. def resolveGenericType(x: reflect.macros.Universe.Type, from: List[reflect.macros.Universe.Symbol], to: List[reflect.macros.Universe.Type]): reflect.macros.Universe.Type

    Permalink
    Definition Classes
    Extractors
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val warn: (String) ⇒ Unit

    Permalink
    Definition Classes
    HasLog
  39. def [B](y: B): (FromTupleMacro, B)

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HasLog

Inherited from HasContext

Inherited from Extractors

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from FromTupleMacro to any2stringadd[FromTupleMacro]

Inherited by implicit conversion StringFormat from FromTupleMacro to StringFormat[FromTupleMacro]

Inherited by implicit conversion Ensuring from FromTupleMacro to Ensuring[FromTupleMacro]

Inherited by implicit conversion ArrowAssoc from FromTupleMacro to ArrowAssoc[FromTupleMacro]

Ungrouped