object Projection extends Projection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Projection
- Projection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class ProjectionOps[A] extends AnyRef
- Definition Classes
- Projection
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A, B](prj: (A) => B): ProjectsOn[A, B]
- Definition Classes
- Projection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- implicit def hnilProjection[H <: HList]: ProjectsOn[H, HNil]
- Definition Classes
- Projection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def notProjectsOn[A, B]: DoesNotProjectOn[A, B]
- Definition Classes
- Projection
- implicit def notProjectsOn1[A, B](implicit ev: ProjectsOn[A, B]): DoesNotProjectOn[A, B]
- Definition Classes
- Projection
- implicit def notProjectsOn2[A, B](implicit ev: ProjectsOn[A, B]): DoesNotProjectOn[A, B]
- Definition Classes
- Projection
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- implicit def selfProjection[A, B](implicit ev: =:=[A, B]): ProjectsOn[A, B]
- Definition Classes
- Projection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()