module Therapy

Defined in:

therapy.cr
therapy/result.cr

Class Method Summary

Class Method Detail

def self.array(of validator : BaseType(T)) forall T #

[View source]
def self.bool : BoolType #

[View source]
def self.enum(enum_type : T.class) : EnumType(T) forall T #

[View source]
def self.float(float_type : T.class) : FloatType(T) forall T #

[View source]
def self.float : FloatType(Float64) #

[View source]
def self.int(int_type : T.class) : IntType(T) forall T #

[View source]
def self.int : IntType(Int32) #

[View source]
def self.object(**options : **T) forall T #

[View source]
def self.string : StringType #

[View source]
def self.tuple(*options : *T) forall T #

[View source]