Finishing

final case class Finishing(interrupting: Boolean) extends Status
class Status
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def isDone: Boolean
Inherited from:
Status
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def toFinishing: Status
Inherited from:
Status
final def withInterrupting(b: Boolean): Status
Inherited from:
Status