ResultList

camundala.bpmn.ResultList
See theResultList companion object
case class ResultList[Out <: Product](result: Seq[Out])(implicit evidence$16: Encoder[Out], evidence$17: Decoder[Out], evidence$18: Schema[Out])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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

Concrete fields

lazy val toCamunda: Seq[Map[String, CamundaVariable]]