View Source Funx.Monad.Either.Dsl.Step.Map (funx v0.3.0)

Represents a map operation in the pipeline.

Map is used for pure transformations that return plain values.

Summary

Types

t()

A map step that transforms values with pure functions

Types

@type t() :: %Funx.Monad.Either.Dsl.Step.Map{
  __meta__: map() | nil,
  operation: module() | function(),
  opts: keyword()
}

A map step that transforms values with pure functions