InOutExamples

camundala.api.InOutExamples
See theInOutExamples companion object
case class InOutExamples[T <: Product](examples: Seq[InOutExample[T]])(implicit evidence$46: Encoder[T], evidence$47: Decoder[T], evidence$48: Schema[T])

Attributes

Companion
object
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]]