Handle

object Handle extends HandleInstances
Companion
class
trait HandleInstances
trait HandleLowPriorityInstances
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], E](ev: Handle[F, E]): Handle[F, E]

Implicits

Inherited implicits

final implicit def handleEither[E]: Handle[`<none>`, E]
Inherited from
HandleInstances
final implicit def handleEitherT[M[_], E](M: Monad[M]): Handle[`<none>`, E]
Inherited from
HandleInstances
final implicit def handleForApplicativeError[F[_], E](F: ApplicativeError[F, E]): Handle[F, E]
Inherited from
HandleLowPriorityInstances
final implicit def handleIor[E](E: Semigroup[E]): Handle[[_] =>> Ior[E, _$13], E]
Inherited from
HandleInstances
final implicit def handleIorT[F[_], E](E: Semigroup[E], F: Monad[F]): Handle[[_] =>> IorT[F, E, _$10], E]
Inherited from
HandleInstances
final implicit def handleKleisli[F[_], E, R](F0: Handle[F, E], M: Monad[F]): Handle[[_] =>> Kleisli[F, R, _$17], E]
Inherited from
HandleInstances
final implicit def handleOption: Handle[[A] =>> Option[A], Unit]
Inherited from
HandleInstances
final implicit def handleOptionT[M[_]](M: Monad[M]): Handle[`<none>`, Unit]
Inherited from
HandleInstances
final implicit def handleRWST[F[_], E, R, L, S](F0: Handle[F, E], M: Monad[F], L: Monoid[L]): Handle[[_] =>> ReaderWriterStateT[F, R, L, S, _$35], E]
Inherited from
HandleInstances
final implicit def handleStateT[F[_], E, S](F0: Handle[F, E], M: Monad[F]): Handle[[_] =>> StateT[F, S, _$29], E]
Inherited from
HandleInstances
final implicit def handleValidated[E](E: Semigroup[E]): Handle[[_] =>> Validated[E, _$6], E]
Inherited from
HandleInstances
final implicit def handleWriterT[F[_], E, L](F0: Handle[F, E], M: Monad[F], L: Monoid[L]): Handle[[_] =>> WriterT[F, L, _$23], E]
Inherited from
HandleInstances