object
pipes
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
conditionallyFeed[A, B, X](p: Pipe[Pure, A, B], f: (X) ⇒ Either[A, B]): Pipe[Pure, X, B]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
liftL[A, B, C](p: Pipe[Pure, A, B]): Pipe[Pure, Either[A, C], Either[B, C]]
-
def
liftR[A, B, C](p: Pipe[Pure, A, B]): Pipe[Pure, Either[C, A], Either[C, B]]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stepToAwait[A, B, I, R](s: Stepper[A, B], acc: Vector[B] = Vector.empty)(cont: (Vector[B], (Option[Chunk[A]]) ⇒ Stepper[A, B]) ⇒ Pull[Pure, I, R]): Pull[Pure, I, R]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
General purpose combinators for working with pipes that are not included in fs2.