Packages

object Projection extends Projection

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

Type Members

  1. implicit class ProjectionOps[A] extends AnyRef
    Definition Classes
    Projection

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. def apply[A, B](prj: (A) ⇒ B): ProjectsOn[A, B]
    Definition Classes
    Projection
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. implicit def hlistProjection[X, XS <: HList, Y, YS <: HList](implicit xy: Lazy[ProjectsOn[X, Y]], rs: ProjectsOn[XS, YS]): ProjectsOn[::[X, XS], ::[Y, YS]]
    Definition Classes
    Projection
  12. implicit def hnilProjection[H <: HList]: ProjectsOn[H, HNil]
    Definition Classes
    Projection
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. implicit def notProjectsOn[A, B]: DoesNotProjectOn[A, B]
    Definition Classes
    Projection
  16. implicit def notProjectsOn1[A, B](implicit ev: ProjectsOn[A, B]): DoesNotProjectOn[A, B]
    Definition Classes
    Projection
  17. implicit def notProjectsOn2[A, B](implicit ev: ProjectsOn[A, B]): DoesNotProjectOn[A, B]
    Definition Classes
    Projection
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. implicit def reprProjection[A, B, ARepr <: HList, BRepr <: HList](implicit ar: Aux[A, ARepr], br: Aux[B, BRepr], pr: Lazy[ProjectsOn[ARepr, BRepr]], ne: =:!=[A, B], aa: <:!<[A, AnyVal], ba: <:!<[B, AnyVal]): ProjectsOn[A, B]
    Definition Classes
    Projection
  21. implicit def selfProjection[A, B](implicit ev: =:=[A, B]): ProjectsOn[A, B]
    Definition Classes
    Projection
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. implicit def tailProjection[X, XS <: HList, Y, YS <: HList](implicit pr: ProjectsOn[XS, ::[Y, YS]], ne: DoesNotProjectOn[X, Y]): ProjectsOn[::[X, XS], ::[Y, YS]]
    Definition Classes
    Projection
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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 Projection

Inherited from AnyRef

Inherited from Any

Ungrouped