object InvariantK extends InvariantKInstances01 with DerivedInvariantK with Serializable

Source
InvariantK.scala
Linear Supertypes
Serializable, DerivedInvariantK, InvariantKInstances01, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvariantK
  2. Serializable
  3. DerivedInvariantK
  4. InvariantKInstances01
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AllOps[Alg[_[_]], F[_]] extends Ops[Alg, F]
  2. trait Ops[Alg[_[_]], F[_]] extends AnyRef
  3. trait ToInvariantKOps extends AnyRef

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[Alg[_[_]]](implicit instance: InvariantK[Alg]): InvariantK[Alg]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def catsTaglessApplyKForEitherK[F[_], A]: ApplyK[[G[_]]EitherK[F, G, A]]
  7. implicit def catsTaglessApplyKForEitherT[A, B]: ApplyK[[F[_]]EitherT[F, A, B]]
  8. implicit def catsTaglessApplyKForFunc[A, B]: ApplyK[[F[_]]Func[F, A, B]]
  9. implicit def catsTaglessApplyKForIdT[A]: ApplyK[[F[_]]IdT[F, A]]
  10. implicit def catsTaglessApplyKForIorT[A, B]: ApplyK[[F[_]]IorT[F, A, B]]
  11. implicit def catsTaglessApplyKForKleisli[A, B]: ApplyK[[F[_]]Kleisli[F, A, B]]
  12. implicit def catsTaglessApplyKForOneAnd[A](implicit A: Semigroup[A]): ApplyK[[F[_]]OneAnd[F, A]]
  13. implicit def catsTaglessApplyKForOptionT[A]: ApplyK[[F[_]]OptionT[F, A]]
  14. implicit def catsTaglessApplyKForTuple2K1[G[_], A](implicit G: SemigroupK[G]): ApplyK[[F[_]]Tuple2K[F, G, A]]
  15. implicit def catsTaglessApplyKForTuple2K2[F[_], A](implicit F: SemigroupK[F]): ApplyK[[G[_]]Tuple2K[F, G, A]]
  16. implicit def catsTaglessApplyKForWriterT[A, B]: ApplyK[[F[_]]WriterT[F, A, B]]
  17. implicit def catsTaglessContravariantForKFunctionK[G[_]]: ContravariantK[[F[_]]FunctionK[F, G]]
  18. implicit def catsTaglessContravariantKForCokleisli[A, B]: ContravariantK[[F[_]]Cokleisli[F, A, B]]
  19. implicit def catsTaglessContravariantKForFoldable: ContravariantK[Foldable]
  20. implicit def catsTaglessContravariantKForUnorderedFoldable: ContravariantK[UnorderedFoldable]
  21. implicit def catsTaglessFunctorKForFunctionK[F[_]]: FunctorK[[G[_]]FunctionK[F, G]]
  22. implicit def catsTaglessFunctorKForNested[G[_], A]: FunctorK[[F[_]]Nested[F, G, A]]
  23. implicit def catsTaglessFunctorKForOneAnd[A]: FunctorK[[F[_]]OneAnd[F, A]]
    Definition Classes
    InvariantKInstances01
  24. implicit def catsTaglessFunctorKForTuple2K[F[_], A]: FunctorK[[G[_]]Tuple2K[F, G, A]]
    Definition Classes
    InvariantKInstances01
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object nonInheritedOps extends ToInvariantKOps
  40. object ops

Deprecated Value Members

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

Inherited from Serializable

Inherited from DerivedInvariantK

Inherited from InvariantKInstances01

Inherited from AnyRef

Inherited from Any

Ungrouped