Object

cats.tagless.syntax

all

Related Doc: package syntax

Permalink

object all extends AllSyntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. AllSyntax
  3. InstrumentSyntax
  4. ToInstrumentOps
  5. ApplyKSyntax
  6. ToApplyKOps
  7. SemigroupalKSyntax
  8. ToSemigroupalKOps
  9. InvariantKSyntax
  10. ToInvariantKOps
  11. ContravariantKSyntax
  12. ToContravariantKOps
  13. FunctorKSyntax
  14. ToFunctorKOps
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. implicit def toApplyKOps[A[_[_]], B[_]](target: A[B])(implicit tc: ApplyK[A]): Ops[A, B] { type TypeClassType = cats.tagless.ApplyK[A] }

    Permalink
    Definition Classes
    ToApplyKOps
    Annotations
    @SuppressWarnings()
  17. implicit def toContravariantKOps[A[_[_]], B[_]](target: A[B])(implicit tc: ContravariantK[A]): Ops[A, B] { type TypeClassType = cats.tagless.ContravariantK[A] }

    Permalink
    Definition Classes
    ToContravariantKOps
    Annotations
    @SuppressWarnings()
  18. implicit def toFunctorKOps[A[_[_]], B[_]](target: A[B])(implicit tc: FunctorK[A]): Ops[A, B] { type TypeClassType = cats.tagless.FunctorK[A] }

    Permalink
    Definition Classes
    ToFunctorKOps
    Annotations
    @SuppressWarnings()
  19. implicit def toInstrumentOps[Alg[_[_]], A[_]](target: Alg[A])(implicit tc: Instrument[Alg]): Ops[Alg, A] { type TypeClassType = cats.tagless.diagnosis.Instrument[Alg] }

    Permalink
    Definition Classes
    ToInstrumentOps
    Annotations
    @SuppressWarnings()
  20. implicit def toInvariantKOps[A[_[_]], B[_]](target: A[B])(implicit tc: InvariantK[A]): Ops[A, B] { type TypeClassType = cats.tagless.InvariantK[A] }

    Permalink
    Definition Classes
    ToInvariantKOps
    Annotations
    @SuppressWarnings()
  21. implicit def toSemigroupalKOps[A[_[_]], B[_]](target: A[B])(implicit tc: SemigroupalK[A]): Ops[A, B] { type TypeClassType = cats.tagless.SemigroupalK[A] }

    Permalink
    Definition Classes
    ToSemigroupalKOps
    Annotations
    @SuppressWarnings()
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AllSyntax

Inherited from InstrumentSyntax

Inherited from ToInstrumentOps

Inherited from ApplyKSyntax

Inherited from ToApplyKOps

Inherited from SemigroupalKSyntax

Inherited from ToSemigroupalKOps

Inherited from InvariantKSyntax

Inherited from ToInvariantKOps

Inherited from ContravariantKSyntax

Inherited from ToContravariantKOps

Inherited from FunctorKSyntax

Inherited from ToFunctorKOps

Inherited from AnyRef

Inherited from Any

Ungrouped