c

scalaz.stream

Process1Syntax

final class Process1Syntax[I, O] extends AnyVal

Source
process1.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Process1Syntax
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Process1Syntax(self: Process1[I, O])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to any2stringadd[Process1Syntax[I, O]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Process1Syntax[I, O], B)
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to ArrowAssoc[Process1Syntax[I, O]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def apply(input: Iterable[I]): IndexedSeq[O]

    Apply this Process to an Iterable.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def contramap[I0](f: (I0) ⇒ I): Process1[I0, O]

    Transform the input of this Process1.

  9. def ensuring(cond: (Process1Syntax[I, O]) ⇒ Boolean, msg: ⇒ Any): Process1Syntax[I, O]
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to Ensuring[Process1Syntax[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Process1Syntax[I, O]) ⇒ Boolean): Process1Syntax[I, O]
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to Ensuring[Process1Syntax[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): Process1Syntax[I, O]
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to Ensuring[Process1Syntax[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Process1Syntax[I, O]
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to Ensuring[Process1Syntax[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def feed1(i: I): Process1[I, O]

    Feed a single input to this Process1.

  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to StringFormat[Process1Syntax[I, O]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def liftL[I2]: Process1[\/[I, I2], \/[O, I2]]

    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.

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

    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.

  19. val self: Process1[I, O]
  20. def toString(): String
    Definition Classes
    Any
  21. def [B](y: B): (Process1Syntax[I, O], B)
    Implicit
    This member is added by an implicit conversion from Process1Syntax[I, O] to ArrowAssoc[Process1Syntax[I, O]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from Process1Syntax[I, O] to any2stringadd[Process1Syntax[I, O]]

Inherited by implicit conversion StringFormat from Process1Syntax[I, O] to StringFormat[Process1Syntax[I, O]]

Inherited by implicit conversion Ensuring from Process1Syntax[I, O] to Ensuring[Process1Syntax[I, O]]

Inherited by implicit conversion ArrowAssoc from Process1Syntax[I, O] to ArrowAssoc[Process1Syntax[I, O]]

Ungrouped