SingleEntry

case class SingleEntry[Out <: DmnValueType](result: Out)(implicit evidence$7: Encoder[Out], evidence$8: Decoder[Out], evidence$9: Schema[Out])

Example for a SingleEntry Output of a DMN Table. This returns one DmnValueType 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