Class: Dry::Monads::SuperDiff::OT::Tuple Private
- Inherits:
-
SuperDiff::Basic::OperationTrees::Array
- Object
- SuperDiff::Basic::OperationTrees::Array
- Dry::Monads::SuperDiff::OT::Tuple
- Defined in:
- lib/dry/monads/extensions/super_diff.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .applies_to?(value) ⇒ Boolean private
Instance Method Summary collapse
Class Method Details
.applies_to?(value) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
127 |
# File 'lib/dry/monads/extensions/super_diff.rb', line 127 def self.applies_to?(value) = value.is_a?(::Dry::Monads::SuperDiff::Tuple) |
Instance Method Details
#operation_tree_flattener_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
129 |
# File 'lib/dry/monads/extensions/super_diff.rb', line 129 def operation_tree_flattener_class = OTFlatteners::Tuple |