ProgressiveResult

spice.util.WorkResult.ProgressiveResult
case class ProgressiveResult[Result](result: Result, complete: IO[Result]) extends WorkResult[Result]

The intermediate result. The work is partially completed, but more work needs to be done before it's fully complete. The complete will be asynchronously executed to finish the partially completed work.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WorkResult[Result]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product