Companion

object Companion

Functions

create
Link copied to clipboard
common

Creates an immutable instance of ResumableJob.

fun <JobInput, ResultHandlerInput, ResultHandlerOutput> create(jobInput: JobInput, job: (JobInput) -> ResultHandlerInput, resumingWorker: Worker, awaitResumingJob: Boolean, resumingJob: (ResultHandlerInput) -> ResultHandlerOutput): ResumableJob<JobInput, ResultHandlerInput, ResultHandlerOutput>
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String