object ErrorControl extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorControl
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[_], G[_], E](implicit ev: ErrorControl[F, G, E]): ErrorControl[F, G, E]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsDataMonadErrorUnitForOptionT[F[_]](implicit F0: Monad[F]): MonadError[[β$24$]OptionT[F, β$24$], Unit]
- implicit def catsErrorControlForEither[E]: ErrorControl[[β$25$]Either[E, β$25$], Id, E]
- implicit def catsErrorControlForEitherT[F[_], E](implicit arg0: Monad[F]): ErrorControl[[γ$18$]EitherT[F, E, γ$18$], F, E]
- implicit def catsErrorControlForKleisli[F[_], G[_], R, E](implicit E: ErrorControl[F, G, E]): ErrorControl[[γ$6$]Kleisli[F, R, γ$6$], [γ$7$]Kleisli[G, R, γ$7$], E]
- implicit def catsErrorControlForOptionT[F[_], E](implicit arg0: Monad[F]): ErrorControl[[β$21$]OptionT[F, β$21$], F, Unit]
- implicit def catsErrorControlForStateT[F[_], G[_], S, E](implicit E: ErrorControl[F, G, E]): ErrorControl[[γ$0$]IndexedStateT[F, S, S, γ$0$], [γ$1$]IndexedStateT[G, S, S, γ$1$], E]
- implicit def catsErrorControlForWriterT[F[_], G[_], L, E](implicit arg0: Monoid[L], M: ErrorControl[F, G, E]): ErrorControl[[γ$12$]WriterT[F, L, γ$12$], [γ$13$]WriterT[G, L, γ$13$], E]
- implicit val catsStdErrorControlForOption: ErrorControl[Option, Id, Unit]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )