implicit final
class
PipeOps[A, B] extends AnyVal
Instance Constructors
-
new
PipeOps(self: Pipe[Pure, A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (PipeOps[A, B], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
conditionallyFeed[X](f: (X) ⇒ Either[A, B]): Pipe[Pure, X, B]
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PipeOps[A, B]
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
liftL[C]: Pipe[Pure, Either[A, C], Either[B, C]]
-
def
liftR[C]: Pipe[Pure, Either[C, A], Either[C, B]]
-
val
self: Pipe[Pure, A, B]
-
def
toString(): String
-
def
→[B](y: B): (PipeOps[A, B], B)
Inherited by implicit conversion any2stringadd from
PipeOps[A, B] to any2stringadd[PipeOps[A, B]]
Inherited by implicit conversion StringFormat from
PipeOps[A, B] to StringFormat[PipeOps[A, B]]
Inherited by implicit conversion Ensuring from
PipeOps[A, B] to Ensuring[PipeOps[A, B]]
Inherited by implicit conversion ArrowAssoc from
PipeOps[A, B] to ArrowAssoc[PipeOps[A, B]]