abstract class
Therapy::BaseType(T)
- Therapy::BaseType(T)
- Reference
- Object
Direct Known Subclasses
- Therapy::ArrayType(T)
- Therapy::BoolType
- Therapy::EnumType(ENUM)
- Therapy::FloatType(FLOAT)
- Therapy::HashType(K, V)
- Therapy::IntType(INT)
- Therapy::ObjectType(VALIDATORS, OUT)
- Therapy::OptionalType(T)
- Therapy::StringType
- Therapy::TupleType(VALIDATORS, OUT)
- Therapy::UnionType(L, R)
Defined in:
therapy/base_type.crInstance Method Summary
- #optional : OptionalType(T)
- #or(other : BaseType(U)) : UnionType(T, U) forall U
- #parse(input : V) : Result(T) forall V
- #parse!(input) : T