Class

org.specs2.codata

WriterTaskSyntax

Related Doc: package codata

Permalink

final class WriterTaskSyntax[W, O] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterTaskSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriterTaskSyntax(self: Writer[Task, W, O])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. def observeOThrough[O2](ch: Channel[Task, O, O2]): Writer[Task, W, (O, O2)]

    Permalink

    Returns result of channel evaluation on O side tupled with original output value passed to channel.

  8. def observeWThrough[W2](ch: Channel[Task, W, W2]): Writer[Task, (W, W2), O]

    Permalink

    Returns result of channel evaluation on W side tupled with original write value passed to channel.

  9. val self: Writer[Task, W, O]

    Permalink
  10. def throughO[O2](ch: Channel[Task, O, O2]): Writer[Task, W, O2]

    Permalink

    Feed this Writer's output through the provided effectful Channel.

  11. def throughW[W2](ch: Channel[Task, W, W2]): Writer[Task, W2, O]

    Permalink

    Feed this Writer's writes through the provided effectful Channel.

  12. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped