trait ImplicitPunsError extends ImplicitPunsApplicativeError
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImplicitPunsError
- ImplicitPunsApplicativeError
- ImplicitPunsGuarantee
- ImplicitPunsMonad
- ImplicitPunsApplicative
- ImplicitPunsBifunctor
- ImplicitPunsFunctor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def Applicative2[F[+_, +_]](implicit arg0: Applicative2[F]): Applicative2[F]
- Definition Classes
- ImplicitPunsApplicative
- Annotations
- @inline()
- implicit final def Applicative2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Applicative2[F]): ApplicativeOps[F, E, A]
- Definition Classes
- ImplicitPunsApplicative
- Annotations
- @inline()
- final def ApplicativeError2[F[+_, +_]](implicit arg0: ApplicativeError2[F]): ApplicativeError2[F]
- Definition Classes
- ImplicitPunsApplicativeError
- Annotations
- @inline()
- implicit final def ApplicativeError2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: ApplicativeError2[F]): ApplicativeErrorOps[F, E, A]
- Definition Classes
- ImplicitPunsApplicativeError
- Annotations
- @inline()
- final def Bifunctor2[F[+_, +_]](implicit arg0: Bifunctor2[F]): Bifunctor2[F]
- Definition Classes
- ImplicitPunsBifunctor
- Annotations
- @inline()
- implicit final def Bifunctor2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Functor2[F]): FunctorOps[F, E, A]
- Definition Classes
- ImplicitPunsBifunctor
- Annotations
- @inline()
- implicit final def Bifunctor2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Bifunctor2[F]): BifunctorOps[F, E, A]
- Definition Classes
- ImplicitPunsBifunctor
- Annotations
- @inline()
- final def Error2[F[+_, +_]](implicit arg0: Error2[F]): Error2[F]
- Annotations
- @inline()
- implicit final def Error2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Error2[F]): ErrorOps[F, E, A]
- Annotations
- @inline()
- final def Functor2[F[+_, +_]](implicit arg0: Functor2[F]): Functor2[F]
- Definition Classes
- ImplicitPunsFunctor
- Annotations
- @inline()
- implicit final def Functor2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Functor2[F]): FunctorOps[F, E, A]
- Definition Classes
- ImplicitPunsFunctor
- Annotations
- @inline()
- final def Guarantee2[F[+_, +_]](implicit arg0: Guarantee2[F]): Guarantee2[F]
- Definition Classes
- ImplicitPunsGuarantee
- Annotations
- @inline()
- implicit final def Guarantee2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Guarantee2[F]): GuaranteeOps[F, E, A]
- Definition Classes
- ImplicitPunsGuarantee
- Annotations
- @inline()
- final def Monad2[F[+_, +_]](implicit arg0: Monad2[F]): Monad2[F]
- Definition Classes
- ImplicitPunsMonad
- Annotations
- @inline()
- implicit final def Monad2[F[+_, +_], E, A](self: F[E, A])(implicit arg0: Monad2[F]): MonadOps[F, E, A]
- Definition Classes
- ImplicitPunsMonad
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[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
- 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()