class Dry::Types::Constructor::Function::Wrapper
def arity = 2
def arity = 2
def call(input, type, &)
-
(Object)
-
def call(input, type, &) @fn.(input, type, &) rescue ::NoMethodError, ::TypeError, ::ArgumentError => e CoercionError.handle(e, &) end