Class: Dry::Mutations::Transactions::Transform

Inherits:
StepAdapters::Move show all
Defined in:
lib/dry/mutations/transactions/step_adapters/transform.rb

Overview

dry-rb.org/gems/dry-transaction/custom-step-adapters/ step adapters must provide a single ‘#call(step, *args, input)` method,

which should return the step’s result wrapped in an `Either` object.

Method Summary

Methods inherited from StepAdapters::Move

adapters, #call, inherited