final class Process1Syntax[I, O] extends AnyVal
- Source
- process1.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Process1Syntax
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
apply(input: Iterable[I]): IndexedSeq[O]
Apply this
Processto anIterable. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
contramap[I0](f: (I0) ⇒ I): Process1[I0, O]
Transform the input of this
Process1. -
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
-
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
-
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
-
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
-
def
feed1(i: I): Process1[I, O]
Feed a single input to this
Process1. -
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()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
liftL[I2]: Process1[\/[I, I2], \/[O, I2]]
Transform
selfto operate on the left hand side of an\/, passing through any values it receives on the right.Transform
selfto operate on the left hand side of an\/, passing through any values it receives on the right. Note that this halts wheneverselfhalts. -
def
liftR[I0]: Process1[\/[I0, I], \/[I0, O]]
Transform
selfto operate on the right hand side of an\/, passing through any values it receives on the left.Transform
selfto operate on the right hand side of an\/, passing through any values it receives on the left. Note that this halts wheneverselfhalts. - val self: Process1[I, O]
-
def
toString(): String
- Definition Classes
- Any
-
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