WriterIOOpsHelper

class WriterIOOpsHelper[Fmt <: Format](picture: Picture[Alg, A])
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Frame](file: String)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]
def apply[Frame](file: File)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]
def apply[Frame](file: String, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]
def apply[Frame](file: File, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt]): IO[A]