Handle

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

Value members

Methods

def apply[F <: ([_$40] =>> Any), E](ev: Handle[F, E]): Handle[F, E]

Implicits

Inherited implicits

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