FoldIo

object FoldIo
class Object
trait Matchable
class Any

Value members

Concrete methods

def printToFilePath[T](path: FilePath)(print: T => Action[String]): Sink[[A] =>> Action[A], T]

create a fold sink to output lines to a file

create a fold sink to output lines to a file

def showToFilePath[T](path: FilePath)(using `evidence$1`: Show[T]): Sink[[A] =>> Action[A], T]

create a fold sink to output lines to a file

create a fold sink to output lines to a file