StreamUtils

Utilities to work with FS2 streams

Source:
StreamUtils.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def toConsole[A]: (IO, A) => A

Stream pipe for printing any items to Console

Stream pipe for printing any items to Console

Note:

Using evalTap, we do not change the Stream type/contents in the transformation, we just debug them and leave them as they are

Source:
StreamUtils.scala