ResultList

case class ResultList[Out <: Product](result: Seq[Out])(implicit evidence$16: Encoder[Out], evidence$17: Decoder[Out], evidence$18: Schema[Out])

Example for a ResultList Output of a DMN Table. This returns a Sequence of Products (case classes) with more than one fields of DmnValueTypes in the variable result.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product