Trait

shims.effect.instances.MTLConcurrent

WriterTConcurrent

Related Doc: package MTLConcurrent

Permalink

trait WriterTConcurrent[F[_], L] extends WriterTAsync[F, L] with Concurrent[[γ$54$]WriterT[F, L, γ$54$]]

Attributes
protected[this]
Linear Supertypes
Concurrent[[γ$54$]WriterT[F, L, γ$54$]], MTLConcurrent.WriterTAsync[F, L], Async[[γ$32$]WriterT[F, L, γ$32$]], MTLConcurrent.WriterTLiftIO[F, L], LiftIO[[γ$22$]WriterT[F, L, γ$22$]], MTLConcurrent.WriterTSync[F, L], Sync[[γ$12$]WriterT[F, L, γ$12$]], Defer[[γ$12$]WriterT[F, L, γ$12$]], Bracket[[γ$12$]WriterT[F, L, γ$12$], Throwable], MonadError[[γ$12$]WriterT[F, L, γ$12$], Throwable], Monad[[γ$12$]WriterT[F, L, γ$12$]], FlatMap[[γ$12$]WriterT[F, L, γ$12$]], ApplicativeError[[γ$12$]WriterT[F, L, γ$12$], Throwable], Applicative[[γ$12$]WriterT[F, L, γ$12$]], InvariantMonoidal[[γ$12$]WriterT[F, L, γ$12$]], Apply[[γ$12$]WriterT[F, L, γ$12$]], ApplyArityFunctions[[γ$12$]WriterT[F, L, γ$12$]], InvariantSemigroupal[[γ$12$]WriterT[F, L, γ$12$]], Semigroupal[[γ$12$]WriterT[F, L, γ$12$]], Functor[[γ$12$]WriterT[F, L, γ$12$]], Invariant[[γ$12$]WriterT[F, L, γ$12$]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterTConcurrent
  2. Concurrent
  3. WriterTAsync
  4. Async
  5. WriterTLiftIO
  6. LiftIO
  7. WriterTSync
  8. Sync
  9. Defer
  10. Bracket
  11. MonadError
  12. Monad
  13. FlatMap
  14. ApplicativeError
  15. Applicative
  16. InvariantMonoidal
  17. Apply
  18. ApplyArityFunctions
  19. InvariantSemigroupal
  20. Semigroupal
  21. Functor
  22. Invariant
  23. Serializable
  24. Serializable
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def F: Concurrent[F]

    Permalink
    Attributes
    protected
    Definition Classes
    WriterTConcurrentWriterTAsyncWriterTLiftIOWriterTSync
  2. implicit abstract def L: Monoid[L]

    Permalink
    Attributes
    protected
    Definition Classes
    WriterTLiftIO

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def *>[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  4. final def <*[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  5. final def <*>[A, B](ff: WriterT[F, L, (A) ⇒ B])(fa: WriterT[F, L, A]): WriterT[F, L, B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def FF: Async[F]

    Permalink
    Attributes
    protected
    Definition Classes
    WriterTAsyncWriterTLiftIO
  8. def adaptError[A](fa: WriterT[F, L, A])(pf: PartialFunction[Throwable, Throwable]): WriterT[F, L, A]

    Permalink
    Definition Classes
    MonadError
  9. def ap[A, B](ff: WriterT[F, L, (A) ⇒ B])(fa: WriterT[F, L, A]): WriterT[F, L, B]

    Permalink
    Definition Classes
    FlatMap → Apply
  10. def ap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  11. def ap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  12. def ap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  13. def ap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  14. def ap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  15. def ap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  16. def ap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  17. def ap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  18. def ap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  19. def ap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  20. def ap2[A, B, Z](ff: WriterT[F, L, (A, B) ⇒ Z])(fa: WriterT[F, L, A], fb: WriterT[F, L, B]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    FlatMap → Apply
  21. def ap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  22. def ap21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  23. def ap22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20], f21: WriterT[F, L, A21]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  24. def ap3[A0, A1, A2, Z](f: WriterT[F, L, (A0, A1, A2) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  25. def ap4[A0, A1, A2, A3, Z](f: WriterT[F, L, (A0, A1, A2, A3) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  26. def ap5[A0, A1, A2, A3, A4, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  27. def ap6[A0, A1, A2, A3, A4, A5, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  28. def ap7[A0, A1, A2, A3, A4, A5, A6, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  29. def ap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  30. def ap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f: WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8) ⇒ Z])(f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8]): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  31. def as[A, B](fa: WriterT[F, L, A], b: B): WriterT[F, L, B]

    Permalink
    Definition Classes
    Functor
  32. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  33. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTAsync → Async
  34. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ WriterT[F, L, Unit]): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTAsync → Async
  35. def attempt[A](fa: WriterT[F, L, A]): WriterT[F, L, Either[Throwable, A]]

    Permalink
    Definition Classes
    ApplicativeError
  36. def attemptT[A](fa: WriterT[F, L, A]): EitherT[[γ$12$]WriterT[F, L, γ$12$], Throwable, A]

    Permalink
    Definition Classes
    ApplicativeError
  37. def bracket[A, B](acquire: WriterT[F, L, A])(use: (A) ⇒ WriterT[F, L, B])(release: (A) ⇒ WriterT[F, L, Unit]): WriterT[F, L, B]

    Permalink
    Definition Classes
    Bracket
  38. def bracketCase[A, B](acquire: WriterT[F, L, A])(use: (A) ⇒ WriterT[F, L, B])(release: (A, ExitCase[Throwable]) ⇒ WriterT[F, L, Unit]): WriterT[F, L, B]

    Permalink
    Definition Classes
    WriterTSync → Bracket
  39. def cancelable[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ CancelToken[[γ$55$]WriterT[F, L, γ$55$]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTConcurrent → Concurrent
  40. def catchNonFatal[A](a: ⇒ A)(implicit ev: <:<[Throwable, Throwable]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  41. def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, Throwable]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  42. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Applicative
  44. def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Apply
  45. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Functor
  46. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Invariant
  47. def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    InvariantSemigroupal
  48. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Functor → Invariant
  49. def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Applicative
  50. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]WriterT[F, L, G[α]]]

    Permalink
    Definition Classes
    Invariant
  51. final def defer[A](fa: ⇒ WriterT[F, L, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Sync → Defer
  52. def delay[A](thunk: ⇒ A): WriterT[F, L, A]

    Permalink
    Definition Classes
    Sync
  53. def ensure[A](fa: WriterT[F, L, A])(error: ⇒ Throwable)(predicate: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    MonadError
  54. def ensureOr[A](fa: WriterT[F, L, A])(error: (A) ⇒ Throwable)(predicate: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    MonadError
  55. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  57. def fiberT[A](fiber: Fiber[F, (L, A)]): Fiber[[γ$58$]WriterT[F, L, γ$58$], A]

    Permalink
    Attributes
    protected
  58. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def flatMap[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ WriterT[F, L, B]): WriterT[F, L, B]

    Permalink
    Definition Classes
    WriterTSync → FlatMap
  60. def flatTap[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ WriterT[F, L, B]): WriterT[F, L, A]

    Permalink
    Definition Classes
    FlatMap
  61. def flatten[A](ffa: WriterT[F, L, WriterT[F, L, A]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    FlatMap
  62. final def fmap[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ B): WriterT[F, L, B]

    Permalink
    Definition Classes
    Functor
  63. def fproduct[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ B): WriterT[F, L, (A, B)]

    Permalink
    Definition Classes
    Functor
  64. def fromEither[A](x: Either[Throwable, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  65. def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, Throwable]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  66. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  67. def guarantee[A](fa: WriterT[F, L, A])(finalizer: WriterT[F, L, Unit]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Bracket
  68. def guaranteeCase[A](fa: WriterT[F, L, A])(finalizer: (ExitCase[Throwable]) ⇒ WriterT[F, L, Unit]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Bracket
  69. def handleError[A](fa: WriterT[F, L, A])(f: (Throwable) ⇒ A): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  70. def handleErrorWith[A](fa: WriterT[F, L, A])(f: (Throwable) ⇒ WriterT[F, L, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTSync → ApplicativeError
  71. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  72. def ifM[B](fa: WriterT[F, L, Boolean])(ifTrue: ⇒ WriterT[F, L, B], ifFalse: ⇒ WriterT[F, L, B]): WriterT[F, L, B]

    Permalink
    Definition Classes
    FlatMap
  73. def imap[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ B)(g: (B) ⇒ A): WriterT[F, L, B]

    Permalink
    Definition Classes
    Functor → Invariant
  74. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  75. def iterateUntil[A](f: WriterT[F, L, A])(p: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    Monad
  76. def iterateUntilM[A](init: A)(f: (A) ⇒ WriterT[F, L, A])(p: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    Monad
  77. def iterateWhile[A](f: WriterT[F, L, A])(p: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    Monad
  78. def iterateWhileM[A](init: A)(f: (A) ⇒ WriterT[F, L, A])(p: (A) ⇒ Boolean): WriterT[F, L, A]

    Permalink
    Definition Classes
    Monad
  79. def lift[A, B](f: (A) ⇒ B): (WriterT[F, L, A]) ⇒ WriterT[F, L, B]

    Permalink
    Definition Classes
    Functor
  80. def liftIO[A](ioa: IO[A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Concurrent → Async → LiftIO
  81. def map[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ B): WriterT[F, L, B]

    Permalink
    Definition Classes
    Monad → Applicative → Functor
  82. def map10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  83. def map11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  84. def map12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  85. def map13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  86. def map14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  87. def map15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  88. def map16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  89. def map17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  90. def map18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  91. def map19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  92. def map2[A, B, Z](fa: WriterT[F, L, A], fb: WriterT[F, L, B])(f: (A, B) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    FlatMap → Apply
  93. def map20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  94. def map21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  95. def map22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20], f21: WriterT[F, L, A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  96. def map2Eval[A, B, Z](fa: WriterT[F, L, A], fb: Eval[WriterT[F, L, B]])(f: (A, B) ⇒ Z): Eval[WriterT[F, L, Z]]

    Permalink
    Definition Classes
    Apply
  97. def map3[A0, A1, A2, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2])(f: (A0, A1, A2) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  98. def map4[A0, A1, A2, A3, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3])(f: (A0, A1, A2, A3) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  99. def map5[A0, A1, A2, A3, A4, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4])(f: (A0, A1, A2, A3, A4) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  100. def map6[A0, A1, A2, A3, A4, A5, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5])(f: (A0, A1, A2, A3, A4, A5) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  101. def map7[A0, A1, A2, A3, A4, A5, A6, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6])(f: (A0, A1, A2, A3, A4, A5, A6) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  102. def map8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  103. def map9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) ⇒ Z): WriterT[F, L, Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  104. def mproduct[A, B](fa: WriterT[F, L, A])(f: (A) ⇒ WriterT[F, L, B]): WriterT[F, L, (A, B)]

    Permalink
    Definition Classes
    FlatMap
  105. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  106. def never[A]: WriterT[F, L, A]

    Permalink
    Definition Classes
    Async
  107. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  108. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  109. def onError[A](fa: WriterT[F, L, A])(pf: PartialFunction[Throwable, WriterT[F, L, Unit]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  110. def point[A](a: A): WriterT[F, L, A]

    Permalink
    Definition Classes
    InvariantMonoidal
  111. def product[A, B](fa: WriterT[F, L, A], fb: WriterT[F, L, B]): WriterT[F, L, (A, B)]

    Permalink
    Definition Classes
    FlatMap → Apply → Semigroupal
  112. def productL[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, A]

    Permalink
    Definition Classes
    FlatMap → Apply
  113. def productLEval[A, B](fa: WriterT[F, L, A])(fb: Eval[WriterT[F, L, B]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    FlatMap
  114. def productR[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, B]

    Permalink
    Definition Classes
    FlatMap → Apply
  115. def productREval[A, B](fa: WriterT[F, L, A])(fb: Eval[WriterT[F, L, B]]): WriterT[F, L, B]

    Permalink
    Definition Classes
    FlatMap
  116. def pure[A](x: A): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTSync → Applicative
  117. def race[A, B](fa: WriterT[F, L, A], fb: WriterT[F, L, B]): WriterT[F, L, Either[A, B]]

    Permalink
    Definition Classes
    Concurrent
  118. def racePair[A, B](fa: WriterT[F, L, A], fb: WriterT[F, L, B]): WriterT[F, L, Either[(A, Fiber[[γ$56$]WriterT[F, L, γ$56$], B]), (Fiber[[γ$57$]WriterT[F, L, γ$57$], A], B)]]

    Permalink
    Definition Classes
    WriterTConcurrent → Concurrent
  119. def raiseError[A](e: Throwable): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTSync → ApplicativeError
  120. def recover[A](fa: WriterT[F, L, A])(pf: PartialFunction[Throwable, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  121. def recoverWith[A](fa: WriterT[F, L, A])(pf: PartialFunction[Throwable, WriterT[F, L, A]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    ApplicativeError
  122. def replicateA[A](n: Int, fa: WriterT[F, L, A]): WriterT[F, L, List[A]]

    Permalink
    Definition Classes
    Applicative
  123. def rethrow[A](fa: WriterT[F, L, Either[Throwable, A]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    MonadError
  124. def start[A](fa: WriterT[F, L, A]): WriterT[F, L, Fiber[[γ$58$]WriterT[F, L, γ$58$], A]]

    Permalink
    Definition Classes
    WriterTConcurrent → Concurrent
  125. def suspend[A](thunk: ⇒ WriterT[F, L, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTSync → Sync
  126. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  127. def tailRecM[A, B](a: A)(f: (A) ⇒ WriterT[F, L, Either[A, B]]): WriterT[F, L, B]

    Permalink
    Definition Classes
    WriterTSync → FlatMap
  128. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  129. def tuple10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  130. def tuple11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  131. def tuple12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  132. def tuple13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  133. def tuple14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  134. def tuple15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  135. def tuple16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  136. def tuple17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  137. def tuple18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  138. def tuple19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  139. def tuple2[A, B](f1: WriterT[F, L, A], f2: WriterT[F, L, B]): WriterT[F, L, (A, B)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  140. def tuple20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  141. def tuple21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  142. def tuple22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8], f9: WriterT[F, L, A9], f10: WriterT[F, L, A10], f11: WriterT[F, L, A11], f12: WriterT[F, L, A12], f13: WriterT[F, L, A13], f14: WriterT[F, L, A14], f15: WriterT[F, L, A15], f16: WriterT[F, L, A16], f17: WriterT[F, L, A17], f18: WriterT[F, L, A18], f19: WriterT[F, L, A19], f20: WriterT[F, L, A20], f21: WriterT[F, L, A21]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  143. def tuple3[A0, A1, A2, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2]): WriterT[F, L, (A0, A1, A2)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  144. def tuple4[A0, A1, A2, A3, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3]): WriterT[F, L, (A0, A1, A2, A3)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  145. def tuple5[A0, A1, A2, A3, A4, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4]): WriterT[F, L, (A0, A1, A2, A3, A4)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  146. def tuple6[A0, A1, A2, A3, A4, A5, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5]): WriterT[F, L, (A0, A1, A2, A3, A4, A5)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  147. def tuple7[A0, A1, A2, A3, A4, A5, A6, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  148. def tuple8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  149. def tuple9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: WriterT[F, L, A0], f1: WriterT[F, L, A1], f2: WriterT[F, L, A2], f3: WriterT[F, L, A3], f4: WriterT[F, L, A4], f5: WriterT[F, L, A5], f6: WriterT[F, L, A6], f7: WriterT[F, L, A7], f8: WriterT[F, L, A8]): WriterT[F, L, (A0, A1, A2, A3, A4, A5, A6, A7, A8)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  150. def tupleLeft[A, B](fa: WriterT[F, L, A], b: B): WriterT[F, L, (B, A)]

    Permalink
    Definition Classes
    Functor
  151. def tupleRight[A, B](fa: WriterT[F, L, A], b: B): WriterT[F, L, (A, B)]

    Permalink
    Definition Classes
    Functor
  152. def uncancelable[A](fa: WriterT[F, L, A]): WriterT[F, L, A]

    Permalink
    Definition Classes
    WriterTSync → Bracket
  153. def unit: WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Applicative → InvariantMonoidal
  154. def unlessA[A](cond: Boolean)(f: ⇒ WriterT[F, L, A]): WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Applicative
  155. def untilM[G[_], A](f: WriterT[F, L, A])(cond: ⇒ WriterT[F, L, Boolean])(implicit G: Alternative[G]): WriterT[F, L, G[A]]

    Permalink
    Definition Classes
    Monad
  156. def untilM_[A](f: WriterT[F, L, A])(cond: ⇒ WriterT[F, L, Boolean]): WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Monad
  157. def void[A](fa: WriterT[F, L, A]): WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Functor
  158. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  159. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  160. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  161. def whenA[A](cond: Boolean)(f: ⇒ WriterT[F, L, A]): WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Applicative
  162. def whileM[G[_], A](p: WriterT[F, L, Boolean])(body: ⇒ WriterT[F, L, A])(implicit G: Alternative[G]): WriterT[F, L, G[A]]

    Permalink
    Definition Classes
    Monad
  163. def whileM_[A](p: WriterT[F, L, Boolean])(body: ⇒ WriterT[F, L, A]): WriterT[F, L, Unit]

    Permalink
    Definition Classes
    Monad
  164. def widen[A, B >: A](fa: WriterT[F, L, A]): WriterT[F, L, B]

    Permalink
    Definition Classes
    Functor

Deprecated Value Members

  1. final def followedBy[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 1.0.0-RC2) Use *> or productR instead.

  2. def followedByEval[A, B](fa: WriterT[F, L, A])(fb: Eval[WriterT[F, L, B]]): WriterT[F, L, B]

    Permalink
    Definition Classes
    FlatMap
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC2) Use productREval instead.

  3. final def forEffect[A, B](fa: WriterT[F, L, A])(fb: WriterT[F, L, B]): WriterT[F, L, A]

    Permalink
    Definition Classes
    Apply
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 1.0.0-RC2) Use <* or productL instead.

  4. def forEffectEval[A, B](fa: WriterT[F, L, A])(fb: Eval[WriterT[F, L, B]]): WriterT[F, L, A]

    Permalink
    Definition Classes
    FlatMap
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC2) Use productLEval instead.

Inherited from Concurrent[[γ$54$]WriterT[F, L, γ$54$]]

Inherited from MTLConcurrent.WriterTAsync[F, L]

Inherited from Async[[γ$32$]WriterT[F, L, γ$32$]]

Inherited from MTLConcurrent.WriterTLiftIO[F, L]

Inherited from LiftIO[[γ$22$]WriterT[F, L, γ$22$]]

Inherited from MTLConcurrent.WriterTSync[F, L]

Inherited from Sync[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Defer[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Bracket[[γ$12$]WriterT[F, L, γ$12$], Throwable]

Inherited from MonadError[[γ$12$]WriterT[F, L, γ$12$], Throwable]

Inherited from Monad[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from FlatMap[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from ApplicativeError[[γ$12$]WriterT[F, L, γ$12$], Throwable]

Inherited from Applicative[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from InvariantMonoidal[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Apply[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from ApplyArityFunctions[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from InvariantSemigroupal[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Semigroupal[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Functor[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Invariant[[γ$12$]WriterT[F, L, γ$12$]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped