Packages

trait AllOps[Alg[_[_]], F[_]] extends Ops[Alg, F] with SemigroupalK.AllOps[Alg, F] with FunctorK.AllOps[Alg, F]

Source
ApplyK.scala
Linear Supertypes
FunctorK.AllOps[Alg, F], InvariantK.AllOps[Alg, F], InvariantK.Ops[Alg, F], FunctorK.Ops[Alg, F], SemigroupalK.AllOps[Alg, F], SemigroupalK.Ops[Alg, F], Ops[Alg, F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllOps
  2. AllOps
  3. AllOps
  4. Ops
  5. Ops
  6. AllOps
  7. Ops
  8. Ops
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type TypeClassType <: ApplyK[Alg]
    Definition Classes
    AllOpsAllOpsAllOpsOpsOpsAllOpsOpsOps

Abstract Value Members

  1. abstract def self: Alg[F]
    Definition Classes
    Ops
  2. abstract val typeClassInstance: TypeClassType
    Definition Classes
    AllOpsAllOpsAllOpsOpsOpsAllOpsOpsOps

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def imapK[G[_]](fk: ~>[F, G])(gk: ~>[G, F]): Alg[G]
    Definition Classes
    Ops
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def map2K[G[_], H[_]](ag: Alg[G])(f: ~>[[γ$1$]Tuple2K[F, G, γ$1$], H]): Alg[H]
    Definition Classes
    Ops
  13. def mapK[G[_]](fk: ~>[F, G]): Alg[G]
    Definition Classes
    Ops
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. def productK[G[_]](ag: Alg[G]): Alg[[γ$7$]Tuple2K[F, G, γ$7$]]
    Definition Classes
    Ops
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from FunctorK.AllOps[Alg, F]

Inherited from InvariantK.AllOps[Alg, F]

Inherited from InvariantK.Ops[Alg, F]

Inherited from FunctorK.Ops[Alg, F]

Inherited from SemigroupalK.AllOps[Alg, F]

Inherited from SemigroupalK.Ops[Alg, F]

Inherited from Ops[Alg, F]

Inherited from AnyRef

Inherited from Any

Ungrouped