class Therapy::TupleType(VALIDATORS, OUT)

Defined in:

therapy/tuple_type.cr

Constructors

Instance methods inherited from class Therapy::BaseType(OUT)

coercing : self coercing, create_subcontext(parent : ParseContext, input : V, path) : ParseContext(T, V) forall V create_subcontext, optional : OptionalType(T) optional, parse(input : V) : Result(T) forall V parse, parse!(input) : T parse!

Constructor Detail

def self.new(validators : VALIDATORS) #

[View source]