ResultList

orchescala.domain.ResultList
See theResultList companion class
object ResultList

Attributes

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

Members list

Value members

Concrete methods

def apply[Out <: Product : Schema](result: Out, results: Out*): ResultList[Out]

Givens

Givens

given ResultListDecoder[T <: Product : Schema]: Decoder[ResultList[T]]
given ResultListEncoder[T <: Product : Schema]: Encoder[ResultList[T]]
given schemaForResultList[A <: Product : Schema]: Schema[ResultList[A]]