object ContravariantCoyoneda extends ContravariantCoyonedaInstances
- Alphabetic
- By Inheritance
- ContravariantCoyoneda
- ContravariantCoyonedaInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type Aux[F[_], A, B] = ContravariantCoyoneda[F, A] { type I = B }
Lift the
I
type member to a parameter.Lift the
I
type member to a parameter. It is usually more convenient to useAux
than a structural type. - final class By[F[_]] extends AnyRef
See
by
method.
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[F[_], A, B](fa: F[B])(_k: (A) => B): Aux[F, A, B]
Like
lift(fa).contramap(_k)
. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def by[F[_]]: By[F]
Partial application of type parameters to
apply
.Partial application of type parameters to
apply
. It is often more convenient to invokeContravariantCoyoneda.by[F]{x: X => ...}
thenContravariantCoyoneda[...](...){x: X => ...}
.- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def contravariantCoyonedaContravariant[F[_]]: Contravariant[[β$0$]ContravariantCoyoneda[F, β$0$]]
ContravariantCoyoneda[F,_]
is a contravariant functor for anyF
.ContravariantCoyoneda[F,_]
is a contravariant functor for anyF
.- Definition Classes
- ContravariantCoyonedaInstances
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iso[F[_]](implicit arg0: Contravariant[F]): Isomorphism.<~>[[β$2$]ContravariantCoyoneda[F, β$2$], F]
- def lift[F[_], A](fa: F[A]): ContravariantCoyoneda[F, A]
F[A]
converts toContravariantCoyoneda[F,A]
for anyF
. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()