InOutExamples

camundala.api.InOutExamples
case class InOutExamples[T <: Product](examples: Seq[InOutExample[T]])(implicit evidence$1: Encoder[T], evidence$2: Decoder[T], evidence$3: Schema[T])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def :+(label: String, example: T): InOutExamples[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val fetchExamples: Seq[InOutExample[T]]