object Transformed extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transformed
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[L1 <: HList, F[_], G[_], L2] = Transformed[L1, F, G] { type Out = L2 }
- type Comapped[L <: HList, F[_]] = Transformed[L, F, Id]
- type Mapped[L <: HList, F[_]] = Transformed[L, Id, F]
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[L <: HList, F[_], G[_]](implicit tr: Transformed[L, F, G]): Transformed[L, F, G]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- implicit def hconsTransformed1[H, T <: HList, F[_], G[_]](implicit tr: Transformed[T, F, G]): Transformed[::[F[H], T], F, G] { type Out = G[H] :: tr.Out }
- implicit def hconsTransformed2[H, T <: HList, G[_]](implicit tr: Transformed[T, Id, G]): Transformed[::[H, T], Id, G] { type Out = G[H] :: tr.Out }
- implicit def hconsTransformed3[H, T <: HList, F[_]](implicit tr: Transformed[T, F, Id]): Transformed[::[F[H], T], F, Id] { type Out = H :: tr.Out }
- implicit def hconsTransformed4[H, T <: HList, F[_], A](implicit tr: Transformed[T, F, [T]A]): Transformed[::[F[H], T], F, [T]A] { type Out = A :: tr.Out }
- implicit def hconsTransformed5[H, T <: HList, A](implicit tr: Transformed[T, Id, [T]A]): Transformed[::[H, T], Id, [T]A] { type Out = A :: tr.Out }
- implicit def hnilTransformed1[F[_], G[_]]: Aux[HNil, F, G, HNil]
- implicit def hnilTransformed2[F[_], A]: Aux[HNil, F, [T]A, HNil]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Comapped
- object Mapped
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated