class Therapy::HashType(K, V)

Defined in:

therapy/hash_type.cr

Constructors

Instance methods inherited from class Therapy::BaseType(Hash(K, V))

optional : OptionalType(T(K, V)) optional, or(other : BaseType(U)) : UnionType(T(K, V), U) forall U or, parse(input : V) : Result(T(K, V)) forall V parse, parse!(input) : T(K, V) parse!

Constructor Detail

def self.new(key_validator : BaseType(K), value_validator : BaseType(V)) #

[View source]