Module: TypedOperation::Result::Mixin

Included in:
MapChain, Pipeline::EmptyPipelineChain, Pipeline::StepWrapper, SequenceChain, SmartChain, SplatChain
Defined in:
lib/typed_operation/result/mixin.rb

Overview

Mixin providing Success/Failure factory methods to chain classes. Include this module to call Success(value) and Failure(error) directly.