ProcessorOps

final class ProcessorOps(proc: ProcessorLike[Any, Any]) extends AnyVal

Useful extension methods for processors.

Useful extension methods for processors.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def monitor(printResult: Boolean)(context: ExecutionContext): Unit

A simple progress monitor which prints the current progress to the console, using up to 33 characters.

A simple progress monitor which prints the current progress to the console, using up to 33 characters.