Censor

object Censor extends CensorInstances
Companion
class
trait CensorInstances
trait LowPriorityCensorInstances
class Object
trait Matchable
class Any

Value members

Methods

def apply[F <: ([_$3] =>> Any), L](ev: Censor[F, L]): Censor[F, L]

Implicits

Inherited implicits

final implicit def inductiveCensorRWST[M <: ([_$8] =>> Any), R, L0, L, S](evidence$4: Monad[M], evidence$5: Monoid[L0], evidence$6: Monoid[L], A: Censor[M, L]): Censor[[_$9] =>> ReaderWriterStateT[M, R, L0, S, _$9], L]
Inhertied from
LowPriorityCensorInstances
final implicit def censorIorT[F <: ([_$32] =>> Any), E, L](L: Monoid[L], A: Censor[F, L], F: Monad[F], E: Semigroup[E]): Censor[[_$33] =>> IorT[F, E, _$33], L]
Inhertied from
CensorInstances
final implicit def censorRWST[M <: ([_$16] =>> Any), R, L, S](L: Monoid[L], M: Monad[M]): Censor[[_$17] =>> ReaderWriterStateT[M, R, L, S, _$17], L]
Inhertied from
CensorInstances
final implicit def censorWriterT[M <: ([_$12] =>> Any), L](M: Applicative[M], L: Monoid[L]): Censor[[_$13] =>> WriterT[M, L, _$13], L]
Inhertied from
CensorInstances
final implicit def censorStateT[F <: ([_$24] =>> Any), S, L](L: Monoid[L], A: Censor[F, L], F: Monad[F]): Censor[[_$25] =>> StateT[F, S, _$25], L]
Inhertied from
CensorInstances
final implicit def censorEitherT[F <: ([_$28] =>> Any), E, L](L: Monoid[L], A: Censor[F, L], F: Monad[F]): Censor[[_$29] =>> EitherT[F, E, _$29], L]
Inhertied from
CensorInstances
final implicit def censorKleisli[F <: ([_$20] =>> Any), R, L](L: Monoid[L], A: Censor[F, L], F: Applicative[F]): Censor[[_$21] =>> Kleisli[F, R, _$21], L]
Inhertied from
CensorInstances
final implicit def censorOptionT[F <: ([_$36] =>> Any), L](L: Monoid[L], A: Censor[F, L], F: Monad[F]): Censor[[_$37] =>> OptionT[F, _$37], L]
Inhertied from
CensorInstances
final implicit def inductiveCensorWriterT[M <: ([_$4] =>> Any), L0, L](evidence$1: Applicative[M], evidence$2: Monoid[L0], evidence$3: Monoid[L], A: Censor[M, L]): Censor[[_$5] =>> WriterT[M, L0, _$5], L]
Inhertied from
LowPriorityCensorInstances