Class

org.specs2.codata

Process1Syntax

Related Doc: package codata

Permalink

final class Process1Syntax[I, O] extends AnyVal

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

Instance Constructors

  1. new Process1Syntax(self: Process1[I, 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. def apply(input: Iterable[I]): IndexedSeq[O]

    Permalink

    Apply this Process to an Iterable.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def contramap[I0](f: (I0) ⇒ I): Process1[I0, O]

    Permalink

    Transform the input of this Process1.

  7. def feed1(i: I): Process1[I, O]

    Permalink

    Feed a single input to this Process1.

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

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

    Permalink
    Definition Classes
    Any
  10. def liftL[I2]: Process1[\/[I, I2], \/[O, I2]]

    Permalink

    Transform self to operate on the left hand side of an \/, passing through any values it receives on the right.

    Transform self to operate on the left hand side of an \/, passing through any values it receives on the right. Note that this halts whenever self halts.

  11. def liftR[I0]: Process1[\/[I0, I], \/[I0, O]]

    Permalink

    Transform self to operate on the right hand side of an \/, passing through any values it receives on the left.

    Transform self to operate on the right hand side of an \/, passing through any values it receives on the left. Note that this halts whenever self halts.

  12. val self: Process1[I, O]

    Permalink
  13. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped