CollectEntries

orchescala.domain.CollectEntries
See theCollectEntries companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[Out <: DmnValueType : Schema](result: Out, results: Out*): CollectEntries[Out]

Givens

Givens

given CollectEntriesJsonDecoder[T <: DmnValueType : Schema]: Decoder[CollectEntries[T]]
given CollectEntriesJsonEncoder[T <: DmnValueType : Decoder]: Encoder[CollectEntries[T]]
given schemaForCollectEntries[A <: DmnValueType : Schema]: Schema[CollectEntries[A]]