FileIO

korolev.effect.io.FileIO$
object FileIO

Attributes

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

Members list

Concise view

Value members

Concrete methods

def readBytes[F[_] : Effect, B : BytesLike](path: Path): F[Stream[F, B]]
def readLines[F[_] : Effect](path: Path): F[Stream[F, String]]
def write[F[_] : Effect, B : BytesLike](path: Path, append: Boolean): Stream[F, B] => F[Unit]
 chunks.to(File.write(path, append = true))

Attributes