module Dry::Types::Composition
def initialize(left, right, **options)
- Api: - private
Parameters:
-
options
(Hash
) -- -
right
(Type
) -- -
left
(Type
) --
def initialize(left, right, **options) super @left, @right = left, right freeze end