attribute :x, Types::Nominal::Any |
::T.untyped Types::Nominal::Nil |
attribute :x, Types::Nominal::DateTime |
::DateTime |
attribute :x, Types::Nominal::Time |
::Time |
attribute :x, Types::Nominal::Array |
::Array |
attribute :x, Types::Nominal::Hash |
::T::Hash[::T.untyped, ::T.untyped] |
attribute :x, Types::Strict::Nil |
::NilClass |
attribute :x, Types::Strict::Symbol |
::Symbol |
attribute :x, Types::Strict::Class |
::Class |
attribute :x, Types::Strict::True |
::T::Boolean |
attribute :x, Types::Strict::False |
::T::Boolean |
attribute :x, Types::Strict::Bool |
::T::Boolean |
attribute :x, Types::Strict::Integer |
::Integer |
attribute :x, Types::Strict::Float |
::Float |
attribute :x, Types::Strict::Decimal |
::BigDecimal |
attribute :x, Types::Strict::String |
::String |
attribute :x, Types::Strict::Date |
::Date |
attribute :x, Types::Strict::DateTime |
::DateTime |
attribute :x, Types::Strict::Time |
::Time |
attribute :x, Types::Strict::Array |
::Array |
attribute :x, Types::Strict::Hash |
::T::Hash[::T.untyped, ::T.untyped] |
attribute :x, Types::Coercible::String |
::String |
attribute :x, Types::Coercible::Symbol |
::Symbol |
attribute :x, Types::Coercible::Integer |
::Integer |
attribute :x, Types::Coercible::Float |
::Float |
attribute :x, Types::Coercible::Decimal |
::BigDecimal |
attribute :x, Types::Coercible::Array |
::Array |
attribute :x, Types::Coercible::Hash |
::T::Hash[::T.untyped, ::T.untyped] |
attribute :x, Types::Params::Nil |
::NilClass |
attribute :x, Types::Params::Date |
::Date |
attribute :x, Types::Params::DateTime |
::DateTime |
attribute :x, Types::Params::Time |
::Time |
attribute :x, Types::Params::True |
::T::Boolean |
attribute :x, Types::Params::False |
::T::Boolean |
attribute :x, Types::Params::Bool |
::T::Boolean |
attribute :x, Types::Params::Integer |
::Integer |
attribute :x, Types::Params::Float |
::Float |
attribute :x, Types::Params::Decimal |
::BigDecimal |
attribute :x, Types::Params::Array |
::Array |
attribute :x, Types::Params::Hash |
::T::Hash[::T.untyped, ::T.untyped] |
attribute :x, Types::JSON::Nil |
::NilClass |
attribute :x, Types::JSON::Symbol |
::Symbol |
attribute :x, Types::JSON::Date |
::Date |
attribute :x, Types::JSON::DateTime |
::DateTime |
attribute :x, Types::JSON::Time |
::Time |
attribute :x, Types::JSON::Decimal |
::BigDecimal |
attribute :x, Types::JSON::Array |
::Array |
attribute :x, Types::JSON::Hash |
::T::Hash[::T.untyped, ::T.untyped] |
attribute :x, Types::Maybe::Strict::Class |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::String |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Symbol |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::True |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::False |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Integer |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Float |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Decimal |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Date |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::DateTime |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Time |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Array |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Strict::Hash |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::String |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::Integer |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::Float |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::Decimal |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::Array |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |
attribute :x, Types::Maybe::Coercible::Hash |
::T.any(::Dry::Monads::Maybe::Some, ::Dry::Monads::Maybe::None) |