FoldIo

object FoldIo
class Object
trait Matchable
class Any
FoldIo.type

Value members

Concrete methods

def printToFilePath[T](path: FilePath)(print: T => Action[String]): Sink[Action, 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[Action, T]

create a fold sink to output lines to a file

create a fold sink to output lines to a file