WriterOpsHelper

class WriterOpsHelper[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], r: IORuntime): A
def apply[Frame](file: File)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): A
def apply[Frame](file: String, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): A
def apply[Frame](file: File, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): A