InputValue

object InputValue
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(input: EndpointInput[_], values: Values): InputValueResult

Returns the value of the input, tupled and mapped as described by the data structure. Values of basic inputs are taken as consecutive values from values.basicInputsValues. Hence, these should match (in order).

Returns the value of the input, tupled and mapped as described by the data structure. Values of basic inputs are taken as consecutive values from values.basicInputsValues. Hence, these should match (in order).