SingleResult

case class SingleResult[Out <: Product](result: Out)(implicit evidence$13: Encoder[Out], evidence$14: Decoder[Out], evidence$15: Schema[Out])

Example for a SingleResult Output of a DMN Table. This returns one Product (case class) with more than one fields of DmnValueTypes in the variable result.

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