InOutExamples

case class InOutExamples[T <: Product](examples: Seq[InOutExample[T]])(implicit evidence$29: Encoder[T], evidence$30: Decoder[T], evidence$31: Schema[T])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

@targetName("add")
def :+(label: String, example: T): InOutExamples[T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val fetchExamples: Seq[InOutExample[T]]