FoldIo

org.specs2.io.FoldIo
object FoldIo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FoldIo.type

Members list

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

Attributes

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

Attributes