class Dry::Types::Lax
def try(input, &) = type.try(input, &)
- Api: - public
Returns:
-
(Result, Logic::Result)
-
Other tags:
- Yieldreturn: -
Other tags:
- Yieldparam: failure -
Parameters:
-
block
(#call, nil
) -- -
input
(Object
) --
def try(input, &) = type.try(input, &)