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

Represents a bind operation in the pipeline.

Bind is used for operations that return Either or result tuples.

Summary

Types

t()

A bind step that chains operations returning Either or result tuples

Types

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

A bind step that chains operations returning Either or result tuples