FoldIo

object FoldIo
class Object
trait Matchable
class Any
FoldIo.type

Value members

Concrete methods

def printToFilePath[R : _Safe, T](path: FilePath)(print: T => Eff[R, String]): SinkEff[R, T]

create a fold sink to output lines to a file

create a fold sink to output lines to a file

def showToFilePath[R : _Safe, T : Show](path: FilePath): Sink[[_] =>> Eff[R, _$1], T]

create a fold sink to output lines to a file

create a fold sink to output lines to a file