Progress

final case class Progress[Prod, Repr](processor: Repr, amount: Double) extends Update[Nothing, Repr]

An update indicating the process has progressed.

An update indicating the process has progressed.

Value Params
amount

the current progression between 0.0 and 1.0

processor

the processor that dispatched the update

trait Serializable
trait Product
trait Equals
trait Update[Nothing, Repr]
class Object
trait Matchable
class Any

Value members

Concrete methods

def toInt: Int

Returns an integer progress percentage between 0 and 100

Returns an integer progress percentage between 0 and 100

override def toString: String
Definition Classes
Any

Inherited methods

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