Packages

object ParentDef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParentDef
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[F[_], A, ADb, Child0 <: HList] = ParentDef[F, A, ADb] { type Child = Child0 }
  2. type AuxAll[F[_], A, ADb, Child0 <: HList, ChildVecs0 <: HList, Id0] = ParentDef[F, A, ADb] { ... /* 3 definitions in type refinement */ }

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def make[A, ADb, Child0, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0]) ⇒ A): Aux[Id, A, ADb, ::[Child0, HNil]]
  12. def make2[A, ADb, Child0, Child1, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1]) ⇒ A): Aux[Id, A, ADb, ::[Child0, ::[Child1, HNil]]]
  13. def make3[A, ADb, Child0, Child1, Child2, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2]) ⇒ A): Aux[Id, A, ADb, ::[Child0, ::[Child1, ::[Child2, HNil]]]]
  14. def make4[A, ADb, Child0, Child1, Child2, Child3, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2], Vector[Child3]) ⇒ A): Aux[Id, A, ADb, ::[Child0, ::[Child1, ::[Child2, ::[Child3, HNil]]]]]
  15. def make5[A, ADb, Child0, Child1, Child2, Child3, Child4, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2], Vector[Child3], Vector[Child4]) ⇒ A): Aux[Id, A, ADb, ::[Child0, ::[Child1, ::[Child2, ::[Child3, ::[Child4, HNil]]]]]]
  16. def makeF[F[_], A, ADb, Child0, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0]) ⇒ F[A]): Aux[F, A, ADb, ::[Child0, HNil]]
  17. def makeF2[F[_], A, ADb, Child0, Child1, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1]) ⇒ F[A]): Aux[F, A, ADb, ::[Child0, ::[Child1, HNil]]]
  18. def makeF3[F[_], A, ADb, Child0, Child1, Child2, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2]) ⇒ F[A]): Aux[F, A, ADb, ::[Child0, ::[Child1, ::[Child2, HNil]]]]
  19. def makeF4[F[_], A, ADb, Child0, Child1, Child2, Child3, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2], Vector[Child3]) ⇒ F[A]): Aux[F, A, ADb, ::[Child0, ::[Child1, ::[Child2, ::[Child3, HNil]]]]]
  20. def makeF5[F[_], A, ADb, Child0, Child1, Child2, Child3, Child4, Id0](getId: (ADb) ⇒ Id0, constructWithChild: (ADb, Vector[Child0], Vector[Child1], Vector[Child2], Vector[Child3], Vector[Child4]) ⇒ F[A]): Aux[F, A, ADb, ::[Child0, ::[Child1, ::[Child2, ::[Child3, ::[Child4, HNil]]]]]]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped