class
Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::BaseType(OUT)
- Reference
- Object
Defined in:
therapy/object_type.crConstructors
Instance Method Summary
Instance methods inherited from class Therapy::BaseType(OUT)
create_subcontext(parent : ParseContext, input : V, path : PathType) : 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
Instance Method Detail
def validate(err_msg : String, path : Array(String | Int32) | Nil = nil, &validation : OUT -> Bool) : self
#