TaskDefinition

tasks.TaskDefinition
case class TaskDefinition[A, B](rs: Spore[Unit, Deserializer[A]], ws: Spore[Unit, Serializer[B]], fs: Spore[A, ComputationEnvironment => IO[B]], taskId: TaskId)(implicit evidence$1: Serializer[A], evidence$2: Deserializer[B])

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(a: A)(resource: ResourceRequest, priorityBase: Priority, labels: Labels, noCache: Boolean)(implicit components: TaskSystemComponents): IO[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product