cgta.serland

SerBuilderMacros

trait SerBuilderMacros extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SerBuilderMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. macro def forCase[A <: Product](f: Function14[_, _, _, _, _, _, _, _, _, _, _, _, _, _, A]): SerClass[A]

  10. macro def forCase[A <: Product](f: Function13[_, _, _, _, _, _, _, _, _, _, _, _, _, A]): SerClass[A]

  11. macro def forCase[A <: Product](f: Function12[_, _, _, _, _, _, _, _, _, _, _, _, A]): SerClass[A]

  12. macro def forCase[A <: Product](f: Function11[_, _, _, _, _, _, _, _, _, _, _, A]): SerClass[A]

  13. macro def forCase[A <: Product](f: Function10[_, _, _, _, _, _, _, _, _, _, A]): SerClass[A]

  14. macro def forCase[A <: Product](f: Function9[_, _, _, _, _, _, _, _, _, A]): SerClass[A]

  15. macro def forCase[A <: Product](f: Function8[_, _, _, _, _, _, _, _, A]): SerClass[A]

  16. macro def forCase[A <: Product](f: Function7[_, _, _, _, _, _, _, A]): SerClass[A]

  17. macro def forCase[A <: Product](f: Function6[_, _, _, _, _, _, A]): SerClass[A]

  18. macro def forCase[A <: Product](f: Function5[_, _, _, _, _, A]): SerClass[A]

  19. macro def forCase[A <: Product](f: Function4[_, _, _, _, A]): SerClass[A]

  20. macro def forCase[A <: Product](f: Function3[_, _, _, A]): SerClass[A]

  21. macro def forCase[A <: Product](f: Function2[_, _, A]): SerClass[A]

  22. macro def forCase[A <: Product](f: Function1[_, A]): SerClass[A]

  23. macro def forCaseClass[A <: Product]: SerClass[A]

  24. macro def forSubs1[A, S1 <: A]: SerClass[A]

  25. macro def forSubs2[A, S1 <: A, S2 <: A]: SerClass[A]

  26. macro def forSubs3[A, S1 <: A, S2 <: A, S3 <: A]: SerClass[A]

  27. macro def forSubs4[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A]: SerClass[A]

  28. macro def forSubs5[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A, S5 <: A]: SerClass[A]

  29. macro def forSubs6[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A, S5 <: A, S6 <: A]: SerClass[A]

  30. macro def forSubs7[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A, S5 <: A, S6 <: A, S7 <: A]: SerClass[A]

  31. macro def forSubs8[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A, S5 <: A, S6 <: A, S7 <: A, S8 <: A]: SerClass[A]

  32. macro def forSubs9[A, S1 <: A, S2 <: A, S3 <: A, S4 <: A, S5 <: A, S6 <: A, S7 <: A, S8 <: A, S9 <: A]: SerClass[A]

  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped