NotifierPrinter

case class NotifierPrinter(commandLineArguments: Arguments)

A Printer can be created from a Notifier implementation

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

case class Notified(context: String, start: Boolean, close: Boolean, hide: Boolean)

Value members

Concrete methods

def notifyFold: FoldState[Fragment, Notified]
def notifySink(spec: SpecStructure, notifier: Notifier): AsyncSink[(Fragment, Notified)]
def notifyText(n: Notifier, f: Fragment, args: Arguments): Unit
def printFragment(n: Notifier, f: Fragment, notified: Notified, args: Arguments): Action[Unit]
def printer(notifier: Notifier): Printer

create a printer from a notifier

create a printer from a notifier

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product