Class

org.specs2.codata

TeeSyntax

Related Doc: package codata

Permalink

final class TeeSyntax[I, I2, O] extends AnyVal

This class provides infix syntax specific to Tee. We put these here rather than trying to cram them into Process itself using implicit equality witnesses. This doesn't work out so well due to variance issues.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TeeSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TeeSyntax(self: Tee[I, I2, 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 contramapL[I0](f: (I0) ⇒ I): Tee[I0, I2, O]

    Permalink

    Transform the left input to a Tee.

  6. def contramapR[I3](f: (I3) ⇒ I2): Tee[I, I3, O]

    Permalink

    Transform the right input to a Tee.

  7. def getClass(): Class[_ <: AnyVal]

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

    Permalink
    Definition Classes
    Any
  9. val self: Tee[I, I2, O]

    Permalink
  10. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped